Current section

Files

Jump to
phone lib phone nanp bb.ex
Raw

lib/phone/nanp/bb.ex

defmodule Phone.NANP.BB do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(1)(246)([2-9].{6})$/
def country, do: "Barbados"
def a2, do: "BB"
def a3, do: "BRB"
matcher(:regex, ["1246"])
end