Current section

Files

Jump to
phone lib phone kh.ex
Raw

lib/phone/kh.ex

defmodule Phone.KH do
use Helper.Country
field :regex, ~r/^(855)(..)(.{6,7})/
field :country, "Cambodia"
field :a2, "KH"
field :a3, "KHM"
match :regex
end