Current section

Files

Jump to
phone lib phone es.ex
Raw

lib/phone/es.ex

defmodule Phone.ES do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(34)()(.{9})/
def country, do: "Spain"
def a2, do: "ES"
def a3, do: "ESP"
matcher(:regex, ["34"])
end