Current section

Files

Jump to
phone lib phone vn.ex
Raw

lib/phone/vn.ex

defmodule Phone.VN do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(84)()(.+)/
def country, do: "Vietnam"
def a2, do: "VN"
def a3, do: "VNM"
matcher(:regex, ["84"])
end