Current section

Files

Jump to
phone lib phone sh.ex
Raw

lib/phone/sh.ex

defmodule Phone.SH do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(290)()(.{5})/
def country, do: "Saint Helena and Tristan da Cunha"
def a2, do: "SH"
def a3, do: "SHN"
matcher(:regex, ["290"])
end