x402node_dev_regex-test
Test regex patterns against text, extract matches with capture groups and indices. Validate text, parse logs, or extract patterns programmatically.
Instructions
Regex tester / regular expression validator / pattern matcher / capture group extractor / regex debug / JavaScript regex / find-all matches / regex 101 alternative / regex playground / PCRE-like. Test any regex pattern against text. Returns all matches with capture groups and indices. For AI agents, pattern extraction, text validation, log parsing.
Price: unknown on Base (auto-paid in USDC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flags | No | Regex flags: g, i, m, s, u, y (optional) | |
| pattern | Yes | Regex pattern (required, JavaScript syntax) | |
| text | Yes | Test string (required) |