Current section

Files

Jump to
phone lib phone kr.ex
Raw

lib/phone/kr.ex

defmodule Phone.KR do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(82)(.{1,2})(.{7,8})/
def country, do: "South Korea"
def a2, do: "KR"
def a3, do: "KOR"
matcher(:regex, ["82"])
end