Click or drag to resize

ShellBrowserBaseFilter2Regex Method (String, RegexOptions)

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
protected static Regex Filter2Regex(
	string value,
	RegexOptions regexOptions
)

Parameters

value
Type: SystemString
The filter to convert
regexOptions
Type: System.Text.RegularExpressionsRegexOptions
additional options for instantiating the regular expression

Return Value

Type: Regex
the generated regular expression
See Also