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
Post a Comment