Current section

Files

Jump to
phone lib phone jp.ex
Raw

lib/phone/jp.ex

defmodule Phone.JP do
use Helper.Country
field :regex, ~r/^(81)()(.+)/
field :country, "Japan"
field :a2, "JP"
field :a3, "JPN"
match :regex
end