Current section

Files

Jump to
phone lib phone cd.ex
Raw

lib/phone/cd.ex

defmodule Phone.CD do
use Helper.Country
field :regex, ~r/^(243)(.)(.{7})/
field :country, "Democratic Republic of Congo"
field :a2, "CD"
field :a3, "COD"
match :regex
end