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