I have a text file that is tab-delimited. How can I separate this string into substrings for an array by detecting the tabs?
string s = "123456789"; string[] split = s.Split('');
1.4m articles
1.4m replys
5 comments
57.0k users