Current section

Files

Jump to
phone lib phone fr.ex
Raw

lib/phone/fr.ex

defmodule Phone.FR do
use Helper.Country
field :regex, ~r/^(33)()(.{9})/
field :country, "France"
field :a2, "FR"
field :a3, "FRA"
match :regex
end