Current section

Files

Jump to
phone lib phone pf.ex
Raw

lib/phone/pf.ex

defmodule Phone.PF do
use Helper.Country
field :regex, ~r/^(689)()(.{8})/
field :country, "French Polynesia"
field :a2, "PF"
field :a3, "PYF"
match :regex
end