diff options
author | Michele Calgaro <[email protected]> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/tqstringlist.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqstringlist.html')
-rw-r--r-- | doc/html/tqstringlist.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/tqstringlist.html b/doc/html/tqstringlist.html index bf928e53a..a6dce0d47 100644 --- a/doc/html/tqstringlist.html +++ b/doc/html/tqstringlist.html @@ -108,7 +108,7 @@ string (with an optional separator) using <a href="#join">join</a>(), e.g. <p> You can sort the list with <a href="#sort">sort</a>(), and extract a new list which contains only those strings which contain a particular substring -(or match a particular <a href="ntqregexp.html#regular-expression">regular expression</a>) using the <a href="#grep">grep</a>() +(or match a particular <a href="tqregexp.html#regular-expression">regular expression</a>) using the <a href="#grep">grep</a>() functions, e.g. <pre> fonts.sort(); @@ -191,10 +191,10 @@ case is ignored. <p> <p>See also <a href="tqstring.html#find">TQString::find</a>(). -<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="grep-2"></a>TQStringList::grep ( const <a href="ntqregexp.html">TQRegExp</a> & rx ) const +<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="grep-2"></a>TQStringList::grep ( const <a href="tqregexp.html">TQRegExp</a> & rx ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -<p> Returns a list of all the strings that match the <a href="ntqregexp.html#regular-expression">regular expression</a> <em>rx</em>. +<p> Returns a list of all the strings that match the <a href="tqregexp.html#regular-expression">regular expression</a> <em>rx</em>. <p> <p>See also <a href="tqstring.html#find">TQString::find</a>(). <h3 class=fn><a href="tqstringlist.html">TQStringList</a> & <a name="gres"></a>TQStringList::gres ( const <a href="tqstring.html">TQString</a> & before, const <a href="tqstring.html">TQString</a> & after, bool cs = TRUE ) @@ -214,7 +214,7 @@ search is case insensitive. <p> <p>See also <a href="tqstring.html#replace">TQString::replace</a>(). -<h3 class=fn><a href="tqstringlist.html">TQStringList</a> & <a name="gres-2"></a>TQStringList::gres ( const <a href="ntqregexp.html">TQRegExp</a> & rx, const <a href="tqstring.html">TQString</a> & after ) +<h3 class=fn><a href="tqstringlist.html">TQStringList</a> & <a name="gres-2"></a>TQStringList::gres ( const <a href="tqregexp.html">TQRegExp</a> & rx, const <a href="tqstring.html">TQString</a> & after ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Replaces every occurrence of the regexp <em>rx</em> in the string @@ -227,7 +227,7 @@ with <em>after</em>. Returns a reference to the string list. // list == ["olpha", "beta", "gamma", "epsilon"] </pre> -<p> For regexps containing <a href="ntqregexp.html#capturing-text">capturing parentheses</a>, occurrences of <b>\1</b>, +<p> For regexps containing <a href="tqregexp.html#capturing-text">capturing parentheses</a>, occurrences of <b>\1</b>, <b>\2</b>, ..., in <em>after</em> are replaced with <em>rx</em>.cap(1), cap(2), ... <p> Example: @@ -260,9 +260,9 @@ text to the text), or a TQMap<int,TQString> to sort the strings by some integer index, etc. <p>Example: <a href="themes-example.html#x341">themes/themes.cpp</a>. -<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="split"></a>TQStringList::split ( const <a href="ntqregexp.html">TQRegExp</a> & sep, const <a href="tqstring.html">TQString</a> & str, bool allowEmptyEntries = FALSE )<tt> [static]</tt> +<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="split"></a>TQStringList::split ( const <a href="tqregexp.html">TQRegExp</a> & sep, const <a href="tqstring.html">TQString</a> & str, bool allowEmptyEntries = FALSE )<tt> [static]</tt> </h3> -Splits the string <em>str</em> into strings wherever the <a href="ntqregexp.html#regular-expression">regular expression</a> <em>sep</em> occurs, and returns the list of those strings. +Splits the string <em>str</em> into strings wherever the <a href="tqregexp.html#regular-expression">regular expression</a> <em>sep</em> occurs, and returns the list of those strings. <p> If <em>allowEmptyEntries</em> is TRUE, a null string is inserted in the list wherever the separator matches twice without intervening text. @@ -280,7 +280,7 @@ single element list with the element containing the single string </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This version of the function uses a <a href="tqstring.html">TQString</a> as separator, rather -than a <a href="ntqregexp.html#regular-expression">regular expression</a>. +than a <a href="tqregexp.html#regular-expression">regular expression</a>. <p> If <em>sep</em> is an empty string, the return value is a list of one-character strings: <a href="#split">split</a>( TQString( "" ), "four" ) returns the four-item list, "f", "o", "u", "r". @@ -293,7 +293,7 @@ text. </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This version of the function uses a <a href="qchar.html">TQChar</a> as separator, rather -than a <a href="ntqregexp.html#regular-expression">regular expression</a>. +than a <a href="tqregexp.html#regular-expression">regular expression</a>. <p> <p>See also <a href="#join">join</a>() and <a href="tqstring.html#section">TQString::section</a>(). <!-- eof --> |