Current section

Files

Jump to
phone lib phone sl.ex
Raw

lib/phone/sl.ex

defmodule Phone.SL do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(232)(..)(.{6})/
def country, do: "Sierra Leone"
def a2, do: "SL"
def a3, do: "SLE"
matcher(:regex, ["232"])
end