diff options
Diffstat (limited to 'tde-i18n-nl/docs/tdebase/kate/regular-expressions.docbook')
-rw-r--r-- | tde-i18n-nl/docs/tdebase/kate/regular-expressions.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tde-i18n-nl/docs/tdebase/kate/regular-expressions.docbook b/tde-i18n-nl/docs/tdebase/kate/regular-expressions.docbook index 860f2e36c8f..f57fd300b5d 100644 --- a/tde-i18n-nl/docs/tdebase/kate/regular-expressions.docbook +++ b/tde-i18n-nl/docs/tdebase/kate/regular-expressions.docbook @@ -634,8 +634,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> |