T The Bear Jan 4, 2005 #1 Is there no "tokenizer" in c# ? I can't seem to find anything documented T.B.
J John Wood Jan 4, 2005 #2 The closest thing to a tokenizer is either the string.split function, or what the regex class provides for splitting up strings.
The closest thing to a tokenizer is either the string.split function, or what the regex class provides for splitting up strings.