Contents

ArgumentMatcher.pattern(argumentName:regex:)

A value that indicates that the argument must be present and its string value must match the specified regex pattern.

Declaration

case pattern(argumentName: String, regex: String)

See Also

String matching