I am reading each line of a CSV file and need to get the individual values in each column. So right now I am just using:
values = line.Split(delimiter);
Some very thorough analysis on String.Slit() vs Regex and other methods.
We are talking ms savings over very large strings though.