Current section

Files

Jump to
phone lib phone fi.ex
Raw

lib/phone/fi.ex

defmodule Phone.FI do
use Helper.Country
field :regex, ~r/^(358)()(.+)/
field :country, "Finland"
field :a2, "FI"
field :a3, "FIN"
match :regex
end