Initializes a new class instance with a specified string to process, the specified token delimiters to use, and whether the delimiters must be included in the results.
public Tokenizer( stringsource, stringdelimiters, boolincludeDelims );
パラメータ
source
String to tokenize
delimiters
String containing the delimiters
includeDelims
Determines if delimiters are included in the results.