diff options
-rw-r--r-- | it.class | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -312,7 +312,6 @@ static function toascii($text) * @param $p['singleline'] add modifier s: . matches \n * @param $p['utf8'] add modifier u * @param $p['extended'] add modifier x (non signifcant whitespace) - * @param $p['exec'] add modifier e (execute replace string as php-code) * @return converted regex to use with preg */ static function convertregex($pattern, $p = array()) |