Validates that a value matches a regular expression.
properties:
title:
- Regex: /\w+/
pattern
(default, required): The regular expression patternmatch
: Whether the pattern must be matched or must not be matched. Default:true
message
: The error message if validation fails