Loading...
Validates a regex pattern, tests it against input text, extracts all matches with capture groups, and returns structured match data.
curl -X POST https://jarvissdk.com/api/v1/skills/regex-tester-extractor/execute \
-H "x-api-key: jsk_your_key" \
-H "Content-Type: application/json" \
-d '{
"flags": "g"
}'{
"flags": "g"
}These defaults are applied automatically. Override any value in your execution request.
Install this skill and let your AI agent run it automatically. Free tier includes 1,000 executions/month.
Generate code from description and classify its quality
Test, validate, and apply regex patterns with match extraction and replacement — replaces regex101.
Parse, compare, bump, and sort semantic versions with AI release recommendations — replaces semver calculators.