Click or drag to resize

EAPConvertFilePatternToRegex Method

Converts a file search pattern to a RegEx expression.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string FilePatternToRegex(
	string fileSearchPattern
)

Parameters

fileSearchPattern
Type: SystemString
The file search pattern.

Return Value

Type: String
The RegEx expression corresponding to the provided file search pattern.
See Also