Current section

Files

Jump to
phone lib phone fi.ex
Raw

lib/phone/fi.ex

defmodule Phone.FI do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(358)()(.+)/
def country, do: "Finland"
def a2, do: "FI"
def a3, do: "FIN"
matcher(:regex, ["358"])
end