Current section

Files

Jump to
phone lib phone ua.ex
Raw

lib/phone/ua.ex

defmodule Phone.UA do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(380)()(.{9})/
def country, do: "Ukraine"
def a2, do: "UA"
def a3, do: "UKR"
matcher(:regex, ["380"])
end