Current section

Files

Jump to
phone lib phone hu.ex
Raw

lib/phone/hu.ex

defmodule Phone.HU do
use Helper.Country
field :regex, ~r/^(36)()(.{8,9})/
field :country, "Hungary"
field :a2, "HU"
field :a3, "HUN"
match :regex
end