Current section

Files

Jump to
phone lib phone af.ex
Raw

lib/phone/af.ex

defmodule Phone.AF do
use Helper.Country
field :regex, ~r/^(93)(..)(.{7})/
field :country, "Afghanistan"
field :a2, "AF"
field :a3, "AFG"
match :regex
end