netcafe-devkit
N
netcafe-devkit
/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
mcpprobednetcafe-devkit
$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-netcafe-devkit /regex_test for me.

Input

FieldTypeDescription
pattern*stringThe regular expression, without surrounding slashes.
text*stringThe text to test against.
flagsstringOptional 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-netcafe-devkit","endpoint":"/regex_test","input":{"pattern":"...","text":"..."}}'
cli
npx cracked-ai run -p mcp-com-ainetcafe-netcafe-devkit -e /regex_test -i '{"pattern":"...","text":"..."}'
mcp
run_tool({ provider: "mcp-com-ainetcafe-netcafe-devkit", endpoint: "/regex_test", input: {"pattern":"...","text":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.