 | 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
Syntaxpublic static string WildcardToRegex(
string pattern
)
Public Shared Function WildcardToRegex (
pattern As String
) As String
public:
static String^ WildcardToRegex(
String^ pattern
)
Request Example
View SourceParameters
- pattern
- Type: SystemString
The wildcard pattern to convert.
Return Value
Type:
StringA regular expression equivalent of the given wildcard.
See Also