StringMultiTokenizerList Class (console safe)
StringMultiTokenizerList is a high speed string parser which parses a string on the fly. This version of the Tokenizer can take a set of possible delimiters, allowing for many possible delimiters.
(Because of this flexibility to work with multiple delimiters then this version of the Tokenizer is slower than its cousins, the
StringTokenizerList and the
StringTokenzierArray)
This class supports Xojo’s For each syntax when on Xojo 2019r2 or later.
Object
StringMultiTokenizerList
class StringMultiTokenizerList implements
IStringIterator
Iterable
Iterator
Constructors
Properties
HasMoreTokens | Use this property to check if there are more tokens. |
Methods
GetNext | Use to get next item from the StringMultiTokenizerList. |
HasNext | Use to get info if there are more items in the StringMultiTokenizerList. |
MoveFirst | Use this method to set the Tokenizer back to its initial position. |
NextToken | Use this method to get the next token from the StringTokenizerList class. |
PeekNext | Use this function to peek at next item from the StringMultiTokenizerList without causing iteration. |
SkipTokens | Use this method to skip one or more of the next tokens from the list. |
Supported Platforms:
macOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS