Current section

Files

Jump to
phone lib phone bt.ex
Raw

lib/phone/bt.ex

defmodule Phone.BT do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(975)()(.{7,8})/
def country, do: "Bhutan"
def a2, do: "BT"
def a3, do: "BTN"
matcher(:regex, ["975"])
end