Tagged Questions

2
votes
4answers
2k views

C# Tokenizer - keeping the seperators

I am working on porting code from JAVA to C#, and part of the JAVA code uses tokenizer - but it is my understanding that the resulting array from the stringtokenizer in java will also have the ...