Current section

Files

Jump to
phone lib phone cg.ex
Raw

lib/phone/cg.ex

defmodule Phone.CG do
use Helper.Country
field :regex, ~r/^(242)(.{4})(.{5})/
field :country, "Congo"
field :a2, "CG"
field :a3, "COG"
match :regex
end