Current section

Files

Jump to
phone lib phone ba.ex
Raw

lib/phone/ba.ex

defmodule Phone.BA do
use Helper.Country
field :regex, ~r/^(387)(..)(.{5})/
field :country, "Bosnia and Herzegovina"
field :a2, "BA"
field :a3, "BIH"
match :regex
end