Tokens

  • Thread starter Thread starter The Bear
  • Start date Start date
T

The Bear

Is there no "tokenizer" in c# ? I can't seem to find anything documented

T.B.
 
The closest thing to a tokenizer is either the string.split function, or
what the regex class provides for splitting up strings.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top