Comparing Strings with Wildcards
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I want to compare to strings, where one contains wildcards. i.e. String.Compare("LongWord", "*ongW*", true) I would want this expression to be true (Hence return 0). How to a compare two strings using wildcards? Thanks
-
I want to compare to strings, where one contains wildcards. i.e. String.Compare("LongWord", "*ongW*", true) I would want this expression to be true (Hence return 0). How to a compare two strings using wildcards? Thanks