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.12.0
Syntax
C#
public static string WildcardToRegex(
	string pattern
)
Request Example View Source

Parameters

pattern  String
The wildcard pattern to convert.

Return Value

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