Current section

Files

Jump to
phone lib phone se.ex
Raw

lib/phone/se.ex

defmodule Phone.SE do
use Helper.Country
field :regex, ~r/^(46)()(.+)/
field :country, "Sweden"
field :a2, "SE"
field :a3, "SWE"
match :regex
end