RegexValidationResponse

data class RegexValidationResponse(val regexes: List<String>)

Validation based on regular expressions.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).