Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

rus text check php

function isRussian($text) {
    return preg_match('/[А-Яа-яЁё]/u', $text);
}
 
PREVIOUS NEXT
Tagged: #rus #text #check #php
ADD COMMENT
Topic
Name
2+2 =