I have a list of wild card based patter in a XML file. If the input string matches the pattern present in the XML doc, then a specific action would be taken.
I did find the approach mentioned here http://www.codeproject.com/KB/recipes/wildcardtoregex.aspx but in that case, I need to create a RegEx object for every entry in the XML which I am trying to avoid.
Let me know is there any better way to do wild card search in .net