Converting wildcard to regular expression
I needed to build wildcard support into a C# app I am building. The user needs to be able to enter a string with wildcards that represent SQL table names. It’s pretty handy that the .NET Framework includes a regular expression parser in the System.Text.RegularExpressions namespace. However I couldn’t find a simple wildcard parser anywhere [...]



