I need to perform Wildcard (*, ?, etc.) search on a string. This is what I have done:
*
?
string input = \"Message\"; string pattern =
You may want to use WildcardPattern from System.Management.Automation assembly. See my answer here.
System.Management.Automation