diff options
Diffstat (limited to 'doc/kate/regular-expressions.docbook')
-rw-r--r-- | doc/kate/regular-expressions.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/kate/regular-expressions.docbook b/doc/kate/regular-expressions.docbook index c15685d75..51a9cf4e6 100644 --- a/doc/kate/regular-expressions.docbook +++ b/doc/kate/regular-expressions.docbook @@ -640,8 +640,8 @@ acknowledged if the following part of the searched string does match its <emphasis>PATTERN</emphasis>.</para> <para>The expression <userinput>const \w+\b(?!\s*&)</userinput> will match at <quote>const char</quote> in the string <quote>const -char* foo</quote> while it can not match <quote>const QString</quote> -in <quote>const QString& bar</quote> because the +char* foo</quote> while it can not match <quote>const TQString</quote> +in <quote>const TQString& bar</quote> because the <quote>&</quote> matches the negative lookahead assertion pattern.</para> </listitem> |