Current section

Files

Jump to
phone lib phone kr.ex
Raw

lib/phone/kr.ex

defmodule Phone.KR do
use Helper.Country
field :regex, ~r/^(82)(.{1,2})(.{7,8})/
field :country, "South Korea"
field :a2, "KR"
field :a3, "KOR"
match :regex
end