A
ai-netcafe
/regex_test
Does this regex match — and what does it capture?
Runs a regular expression against sample text and returns every match with its position and capture groups (named groups included). Use before wiring a pattern
liveverifiedunknown~5s typical
mcpprobedai-netcafe
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-ainetcafe-ai-netcafe /regex_test for me.
Input
| Field | Type | Description |
|---|---|---|
| pattern* | string | The regular expression, without surrounding slashes. |
| text* | string | The text to test against. |
| flags | string | Optional flags, e.g. "gi". Default "g". |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-ainetcafe-ai-netcafe","endpoint":"/regex_test","input":{"pattern":"...","text":"..."}}'cli
npx cracked-ai run -p mcp-com-ainetcafe-ai-netcafe -e /regex_test -i '{"pattern":"...","text":"..."}'mcp
run_tool({ provider: "mcp-com-ainetcafe-ai-netcafe", endpoint: "/regex_test", input: {"pattern":"...","text":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.