C# Check if string contains any matches in a string array -


what fastest way check if string contains matches in string array in c#? can using loop, think slow.

you combine strings regex or statements, , "do in 1 pass," technically regex still performing loop internally. ultimately, looping necessary.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -