Current section

Files

Jump to
phone lib phone th.ex
Raw

lib/phone/th.ex

defmodule Phone.TH do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(66)()(.+)/
def country, do: "Thailand"
def a2, do: "TH"
def a3, do: "THA"
matcher(:regex, ["66"])
end