Click or drag to resize
Task Scheduler Managed Class Library

WildcardWildcardToRegex Method

Converts a wildcard to a regular expression.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public static string WildcardToRegex(
	string pattern
)
Request Example View Source

Parameters

pattern
Type: SystemString
The wildcard pattern to convert.

Return Value

Type: String
A regular expression equivalent of the given wildcard.
See Also