From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqregexp.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqregexp.html') diff --git a/doc/html/tqregexp.html b/doc/html/tqregexp.html index 03527728b..21f12a731 100644 --- a/doc/html/tqregexp.html +++ b/doc/html/tqregexp.html @@ -268,15 +268,15 @@ corresponding to the octal number ooo (between 0 and 0377). . (dot) This matches any character (including newline). \d -This matches a digit (TQChar::isDigit()). +This matches a digit (TQChar::isDigit()). \D This matches a non-digit. \s -This matches a whitespace (TQChar::isSpace()). +This matches a whitespace (TQChar::isSpace()). \S This matches a non-whitespace. \w -This matches a word character (TQChar::isLetterOrNumber() or '_'). +This matches a word character (TQChar::isLetterOrNumber() or '_'). \W This matches a non-word character. \n @@ -863,7 +863,7 @@ null pointer. the string will match the start of string anchor, ^, in the regexp, if present. Otherwise, position 0 in str will match.

Use search() and matchedLength() instead of this function. -

See also TQString::mid() and TQConstString. +

See also TQString::mid() and TQConstString.

Example: qmag/qmag.cpp.

int TQRegExp::matchedLength () const -- cgit v1.2.3