CodeBase - string tokenizer
Return to the CodeBase listing
Category: Text
Version: 2.0
Information
Uploaded: 16th Jan 2004 11:19
Modified: 29th Aug 2004 18:08
Author: Phaelax
Summary
Returns chunks of a string seperated by a specified delimiter string containing any number of characters.
Full Description
A token is basically a chunk, or substring, of a string. Handles multiple character delimiters. nextToken$() is an iterative function. So everytime you call it, it'll give the next token from the string.
Comments
No comments yet.