Current section

Files

Jump to
phone lib phone rw.ex
Raw

lib/phone/rw.ex

defmodule Phone.RW do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(250)()(.{9})/
def country, do: "Rwanda"
def a2, do: "RW"
def a3, do: "RWA"
matcher(:regex, ["250"])
end