CustomRegexValidator

class CustomRegexValidator(regex: Regex, errorMessage: String) : Validator

Constructors

Link copied to clipboard
constructor(regex: Regex, errorMessage: String)

Functions

Link copied to clipboard
open override fun validate(value: Any?): ValidationResult