Current section

Files

Jump to
phone lib phone sl.ex
Raw

lib/phone/sl.ex

defmodule Phone.SL do
use Helper.Country
field :regex, ~r/^(232)(..)(.{6})/
field :country, "Sierra Leone"
field :a2, "SL"
field :a3, "SLE"
match :regex
end