Skip to content

Instantly share code, notes, and snippets.

@royce002
Created September 17, 2020 00:30
Show Gist options
  • Save royce002/bac4639a1b4a35cfe24eb556eeb92d43 to your computer and use it in GitHub Desktop.
Save royce002/bac4639a1b4a35cfe24eb556eeb92d43 to your computer and use it in GitHub Desktop.
<?php
function isRussian($text) {
return preg_match('/[А-Яа-яЁё]/u', $text);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment