diff options
Diffstat (limited to 'doc/html/tqstringlist.html')
-rw-r--r-- | doc/html/tqstringlist.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqstringlist.html b/doc/html/tqstringlist.html index 029a2cd98..22c58777a 100644 --- a/doc/html/tqstringlist.html +++ b/doc/html/tqstringlist.html @@ -289,10 +289,10 @@ the list wherever the separator matches twice without intervening text. <p> <p>See also <a href="#join">join</a>() and <a href="tqstring.html#section">TQString::section</a>(). -<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="split-3"></a>TQStringList::split ( const <a href="qchar.html">TQChar</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-3"></a>TQStringList::split ( const <a href="tqchar.html">TQChar</a> & sep, const <a href="tqstring.html">TQString</a> & str, bool allowEmptyEntries = FALSE )<tt> [static]</tt> </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 +<p> This version of the function uses a <a href="tqchar.html">TQChar</a> as separator, rather 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>(). |