regex_test
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Test a regular expression pattern against an input string and return all matches with their index positions and named capture groups. Use for validating user inputs, extracting structured data from text, or debugging regex patterns. Supports flags g, i, m, s, u, y.
Parameters schema
{
"type": "object",
"required": [
"pattern",
"input"
],
"properties": {
"flags": {
"type": "string",
"description": "Regex flags: g (global), i (case-insensitive), m (multiline), s (dotAll) — default: \"\""
},
"input": {
"type": "string",
"description": "The string to test against (max 50 KB)"
},
"pattern": {
"type": "string",
"description": "Regular expression pattern (without delimiters)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries