<?php $re = '/(?:([\t ])\1{1,})|(?:(\n\n)\n+)/m'; $str = ' Сегодня вечером фцвфцвфцвфцв '; $subst = '$1$2'; $result = preg_replace($re, $subst, $str); echo trim($result);
You have javascript disabled. You will not be able to edit any code.