Comparison of programming languages (string functions): Difference between revisions

Content deleted Content added
GreenC bot (talk | contribs)
m 1 archive template merged to {{webarchive}} (WAM)
Line 2,868:
Note that with boost's function named simply <code>trim</code> the input sequence is modified in-place, and does not return a result.
 
Another [[open-source software|open source]] C++ library [[Qt (toolkit)|Qt]] has several trim variants, including a standard one:<ref>[http://doc.trolltech.com/4.5/qstring.html#trimmed] {{waybackwebarchive |url=https://web.archive.org/web/20090802041055/http://doc.trolltech.com/4.5/qstring.html#trimmed |date=20090802041055August 2, 2009 }}</ref>
 
<source lang="cpp-qt">