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)A value that indicates that the argument must be present and its string value must match the specified regex pattern.
case pattern(argumentName: String, regex: String)