Current section

Files

Jump to
phone lib phone sb.ex
Raw

lib/phone/sb.ex

defmodule Phone.SB do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(677)()(.+)/
def country, do: "Solomon Islands"
def a2, do: "SB"
def a3, do: "SLB"
matcher(:regex, ["677"])
end