#include <lookstringtokeniser.h>
Static Public Methods | |
| void | Tokenise (const LookString &theInString, const LookString &theSeparator, LookStringList &theReturnStrings) |
| Tokenise a string. More... | |
|
|
Tokenise a string. Eg Tokenise( "fred was here ", " ", aList ) will give you "fred", "was", "", "here", "". A separator at the end implies an empty token after it.
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001