Current section

Files

Jump to
phone lib phone np.ex
Raw

lib/phone/np.ex

defmodule Phone.NP do
use Helper.Country
field :regex, ~r/^(977)()(.{8})/
field :country, "Nepal"
field :a2, "NP"
field :a3, "NPL"
match :regex
end