Current section

Files

Jump to
phone lib phone lv.ex
Raw

lib/phone/lv.ex

defmodule Phone.LV do
use Helper.Country
field :regex, ~r/^(371)()(.{8})/
field :country, "Latvia"
field :a2, "LV"
field :a3, "LVA"
match :regex
end