Current section

Files

Jump to
phone lib phone ne.ex
Raw

lib/phone/ne.ex

defmodule Phone.NE do
use Helper.Country
field :regex, ~r/^(227)()(.{8})/
field :country, "Niger"
field :a2, "NE"
field :a3, "NER"
match :regex
end