Question
Can we count tabs?
I'm writing CF application where my user is upoading a tab delimited text file.
From past experience, many times users uploaded a text file with less tabs and causing chaos.
The first thing that came to my mind was to count the tabs, if they don't match the total tabs requirements than I should write to reject this file being uploaded.
I'm not sure how can I count tabs, does anyone has some code example?
Thank you!
