Current section

Files

Jump to
phone lib phone ua.ex
Raw

lib/phone/ua.ex

defmodule Phone.UA do
use Helper.Country
field :regex, ~r/^(380)()(.{9})/
field :country, "Ukraine"
field :a2, "UA"
field :a3, "UKR"
match :regex
end