⊗ppPsRgRTt 10 of 84 menu

Parsing Russian Text Using Regular Expressions in PHP

In order for regular expressions to correctly parse Russian letters, it is necessary to set the u modifier:

<?php preg_match('#...#su', $str, $match); ?>
kaplituzsw