Current section

Files

Jump to
phone lib phone lb.ex
Raw

lib/phone/lb.ex

defmodule Phone.LB do
use Helper.Country
field :regex, ~r/^(961)(.{1,2})(.{6})/
field :country, "Lebanon"
field :a2, "LB"
field :a3, "LBN"
match :regex
end