The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() ![]() |
|||||||||||
See also: ExtractSubString, TOpenStringArray, StringIx, SplitString | |||||||||||
Tokenize |
|||||||||||
The function Tokenize splits the string Instring into substrings which are separated by the string Separator. The substrings are stored in the dynamic array Tokens. The function returns the number of tokens found. Version [2] of Tokenize allows to specify an escape character for the separator (parameter EscapeChar). If the separating character is preceded by an escape character the separating character is included in the token instead of triggering a split of Instring.
|