Current section

Files

Jump to
phone lib phone ch.ex
Raw

lib/phone/ch.ex

defmodule Phone.CH do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(41)()(.{9,10})/
def country, do: "Switzerland"
def a2, do: "CH"
def a3, do: "CHE"
matcher :regex, ["41"]
end