MatchesRegexOperator

@Serializable
@SerialName(value = "regex")
data class MatchesRegexOperator(val pattern: String) : StringOperator

Constructors

Link copied to clipboard
constructor(pattern: String)

Properties

Link copied to clipboard