C
Cleanor
/regex_test
Test a regular expression
Test a JavaScript regular expression against sample text and return whether it matches, plus every match with its captured groups and index. Use to verify a pat
liveverifiedunknown~5s typical
mcpprobedcleanor
$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-app-cleanor-cleanor /regex_test for me.
Input
| Field | Type | Description |
|---|---|---|
| pattern* | string | The regex pattern (without slashes). |
| input* | string | Text to test against. |
| flags | string | Regex flags, e.g. "gi". Allowed: g i m s u y d. 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-app-cleanor-cleanor","endpoint":"/regex_test","input":{"pattern":"...","input":"...","flags":"g"}}'cli
npx cracked-ai run -p mcp-app-cleanor-cleanor -e /regex_test -i '{"pattern":"...","input":"...","flags":"g"}'mcp
run_tool({ provider: "mcp-app-cleanor-cleanor", endpoint: "/regex_test", input: {"pattern":"...","input":"...","flags":"g"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.