Linq: Search a string for all occurrences of multiple spaces

Posted by Aran Mulholland on Stack Overflow See other posts from Stack Overflow or by Aran Mulholland
Published on 2010-04-29T00:04:21Z Indexed on 2010/04/29 0:07 UTC
Read the original article Hit count: 526

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about LINQ