Regex Test
util_regex_testTest a regex pattern against text, returning matches, capturing groups, and match count.
Instructions
Test a regex pattern against text. Returns matches, groups, and count. Delx Agent Utilities are separate from the free witness protocol and may expose x402 utility pricing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to test against | |
| flags | No | Optional flags: i=ignorecase, m=multiline, s=dotall | |
| pattern | Yes | Regular expression pattern |