Hi, Cebe. May all the same you will add the flag `u`, as shown [PHP Regex: How to match \r and \n without using [\r\n]](http://stackoverflow.com/questions/18988536/php-regex-how-to-match-r-and-n-without-using-r-n/18992691#18992691). Namely: ``` php $text = preg_replace('~\R~u', "\n", $text); ```