Jump to content

Tokenize a string: Difference between revisions

(→‎{{header|C++}}: replaced old code which does manual string searching with a more typical approach (getline) and a more C++-specific (ctype). Also added a boost example.)
Line 574:
</lang>
'''Credits''': [http://code.google.com/p/lazsolutions/ silvioprog], 15:10, 8 January 2012 (UTC)
 
=={{header|GAP}}==
<lang gap>SplitString("Hello,How,Are,You,Today", ",");
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.