reference/pcre/pattern.modifiers.xml
37e10ee15067a55ff20be4641c5b3935ec3aa170
...
...
@@ -122,7 +122,7 @@
122
122
This modifier inverts the "greediness" of the quantifiers so
123
123
that they are not greedy by default, but become greedy if
124
124
followed by <literal>?</literal>. It is not compatible with Perl. It can also
125
-
be set by a (<literal>?U</literal>)
125
+
be set by a <literal>(?U)</literal>
126
126
<link linkend="regexp.reference.internal-options">modifier setting within
127
127
the pattern</link> or by a question mark behind a quantifier (e.g.
128
128
<literal>.*?</literal>).
129
129