Posts by tassan • 11 points
1 post
- 
		1 votes3 answers93 viewsA: How to find certain words inside a string in C#Friend, I believe that if performance is a concern of yours, it would be more interesting - and succinct - to use a Regex for this search. The @Pedro Paulo response is interesting, but it uses…