From dd02b7028893de240432b8f9c1cf35d5de775ce8 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 15 Sep 2004 07:22:26 +0000 Subject: [PATCH] 'or' was prepared for this :-) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168612 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/pattern.modifiers.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/pcre/pattern.modifiers.xml b/reference/pcre/pattern.modifiers.xml index 3acd265692..a7c8c6d92a 100644 --- a/reference/pcre/pattern.modifiers.xml +++ b/reference/pcre/pattern.modifiers.xml @@ -1,5 +1,5 @@ - + @@ -151,7 +151,8 @@ followed by "?". It is not compatible with Perl. It can also be set by a (?U) modifier setting within - the pattern. + the pattern or by a question mark behind a quantifier (e.g. + .*?).