validation_matches_regex
Test if a string matches a regular expression pattern. Use it to validate input formats, enforce text rules, or confirm expected structure.
Instructions
Check whether a string matches a given regular expression pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| pattern | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |