Current section

Files

Jump to
phone lib phone fj.ex
Raw

lib/phone/fj.ex

defmodule Phone.FJ do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(679)()(.{7})/
def country, do: "Fiji"
def a2, do: "FJ"
def a3, do: "FJI"
matcher(:regex, ["679"])
end