Current section

Files

Jump to
phone lib phone lk.ex
Raw

lib/phone/lk.ex

defmodule Phone.LK do
use Helper.Country
field :regex, ~r/^(94)()(.{9})/
field :country, "Sri Lanka"
field :a2, "LK"
field :a3, "LKA"
match :regex
end