Node ReferenceValidators
Regex Match
Checks if input matches a specified regex pattern.
Checks if input matches a specified regex pattern.
| Category | Validators |
| Node type | dynamiq.nodes.validators.RegexMatch |
| SDK class | dynamiq.nodes.validators.RegexMatch |
Inputs
| Field | Type | Required |
|---|---|---|
content | string | Yes |
Outputs
| Field | Type |
|---|---|
content | string |
valid | bool |
For configuration walkthroughs and examples, see the Guardrails and validators guide.