regex
Apply a regex to text and return all matches + capture groups (deterministic; LLMs guess regex wrong). Send { pattern, text, flags? }. [x402 paid tool — price $0.003; POST /api/regex]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to search (<=100k chars) | |
| flags | No | Regex flags, e.g. gi | |
| pattern | Yes | Regular expression |