Current section

Files

Jump to
phone lib phone tw.ex
Raw

lib/phone/tw.ex

defmodule Phone.TW do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(886)()(.+)/
def country, do: "Taiwan"
def a2, do: "TW"
def a3, do: "TWN"
matcher(:regex, ["886"])
end