Current section

Files

Jump to
phone lib phone fo.ex
Raw

lib/phone/fo.ex

defmodule Phone.FO do
use Helper.Country
field :regex, ~r/^(298)()(.{6})/
field :country, "Faroe Islands"
field :a2, "FO"
field :a3, "FRO"
match :regex
end