Current section

Files

Jump to
phone lib phone vn.ex
Raw

lib/phone/vn.ex

defmodule Phone.VN do
use Helper.Country
field :regex, ~r/^(84)()(.+)/
field :country, "Vietnam"
field :a2, "VN"
field :a3, "VNM"
match :regex
end