Current section

Files

Jump to
phone lib phone gm.ex
Raw

lib/phone/gm.ex

defmodule Phone.GM do
use Helper.Country
field :regex, ~r/^(220)()(.{7})/
field :country, "Gambia"
field :a2, "GM"
field :a3, "GMB"
match :regex
end