Current section

Files

Jump to
phone lib phone gn.ex
Raw

lib/phone/gn.ex

defmodule Phone.GN do
use Helper.Country
field :regex, ~r/^(224)()(.{8})/
field :country, "Guinea"
field :a2, "GN"
field :a3, "GIN"
match :regex
end