Current section

Files

Jump to
phone lib phone sz.ex
Raw

lib/phone/sz.ex

defmodule Phone.SZ do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(268)()(.{8})/
def country, do: "Swaziland"
def a2, do: "SZ"
def a3, do: "SWZ"
matcher(:regex, ["268"])
end