-
Home
-
API
-
XenoAtom.CommandLine
-
Validate
-
Methods
-
Matches(Regex, String?)
Matches(Regex, String?) Method
Definition
Validates that a string matches the specified regular expression.
public static OptionValidator<string> Matches(Regex regex, string? errorMessage = null)
Parameters
Returns