Current section

Files

Jump to
phone lib phone au.ex
Raw

lib/phone/au.ex

defmodule Phone.AU do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(61)([1-478])(.{8,9})/
def country, do: "Australia"
def a2, do: "AU"
def a3, do: "AUS"
matcher(:regex, ["611", "612", "613", "614", "617", "618"])
end