Current section

Files

Jump to
phone lib phone de.ex
Raw

lib/phone/de.ex

defmodule Phone.DE do
use Helper.Country
field :regex, ~r/^(49)()(.{10,11})/
field :country, "Germany"
field :a2, "DE"
field :a3, "DEU"
match :regex
end