Linq: Search a string for all occurrences of multiple spaces
- by Aran Mulholland
I have a string and i want to find the position of all the occurrences of multiple spaces. Im writing a punctuation checker. I would like to parralelise this operation using parallel linq but in the meantime im just looking for the linq method to get me started.