Current section

Files

Jump to
phone lib phone la.ex
Raw

lib/phone/la.ex

defmodule Phone.LA do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(856)(..)(.+)/
def country, do: "Laos"
def a2, do: "LA"
def a3, do: "LAO"
matcher(:regex, ["856"])
end