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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -