Current section

Files

Jump to
phone lib phone wf.ex
Raw

lib/phone/wf.ex

defmodule Phone.WF do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(681)()(.{6})/
def country, do: "Wallis and Futuna"
def a2, do: "WF"
def a3, do: "WLF"
matcher(:regex, ["681"])
end