Search Results

0
votes

What is the most efficient (read time) string search method? (C#)

As said before regex is your friend. You might want to look at RegularExpressions.Group. This way you can name part of the matched resultset. …