Current section

Files

Jump to
phone lib phone bw.ex
Raw

lib/phone/bw.ex

defmodule Phone.BW do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(267)()(.{7})/
def country, do: "Botswana"
def a2, do: "BW"
def a3, do: "BWA"
matcher(:regex, ["267"])
end