Current section

Files

Jump to
phone lib phone kg.ex
Raw

lib/phone/kg.ex

defmodule Phone.KG do
@moduledoc false
use Helper.Country
def regex, do: ~r/^(996)()(.{9})/
def country, do: "Kyrgyzstan"
def a2, do: "KG"
def a3, do: "KGZ"
matcher(:regex, ["996"])
end