Converts a semicolon separated file filter i.e. "*.txt;*.doc" to a
case-insensitve regular expression

Declaration Syntax
protected internal static Regex Filter2Regex(
string value
)
Protected Friend Shared Function Filter2Regex ( _
value As String _
) As Regex
protected public:
static Regex^ Filter2Regex(
String^ value
)

Parameters
- value (String)
- The filter to convert

Return Value
the generated regular expression
Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)