#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.
|