Teks php cek cyrillic

function isRussian($text) {
    return preg_match('/[А-Яа-яЁё]/u', $text);
}
Shadow