Current section

Files

Jump to
phone lib phone li.ex
Raw

lib/phone/li.ex

defmodule Phone.LI do
use Helper.Country
field :regex, ~r/^(423)()(.{7})/
field :country, "Liechtenstein"
field :a2, "LI"
field :a3, "LIE"
match :regex
end