| CoreClasses REALbasic Plugin |
|
StringMultiTokenizerList Class
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)
Object
StringMultiTokenizerList
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:
PPC - MacOS 9Carbon - MacOS 9 and MacOS X (PEF)MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Win32 - WindowsLinux x86