Heads up! This post was written 13 years ago. Some information might be outdated or may have changed since then.
$patern = '/[{430}-\x{44f}\x{410}-\x{42f}-_]/u';
preg_match_all($patern, $str, $matches);
това ще октрие всички кирилиски знаци + -_ в $str

Back to all posts