Validation

data class Validation(val regex: Regex, val errorMessage: String)

Data class representing the validation of the field collector.

Constructors

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

Properties

Link copied to clipboard

The error message of the validation.

Link copied to clipboard

The regex of the validation.