Current section

Files

Jump to
phone lib phone cv.ex
Raw

lib/phone/cv.ex

defmodule Phone.CV do
use Helper.Country
field :regex, ~r/^(238)()(.{7})/
field :country, "Cape Verde"
field :a2, "CV"
field :a3, "CPV"
match :regex
end