regex_tester
ActiveTool of WingmanProtocol Agent Gateway
Regex Tester (timeout-guarded) — Test a regex pattern against text (findall/search/fullmatch/split/sub) using a timeout-guarded engine so a catastrophic pattern fails fast instead of hanging.
Parameters schema
{
"type": "object",
"required": [
"pattern",
"text"
],
"properties": {
"mode": {
"type": "string",
"description": "findall | search | fullmatch | split | sub (default findall)"
},
"text": {
"type": "string",
"description": "Text to match against"
},
"flags": {
"type": "array",
"description": "List of flag letters: i, m, s, x"
},
"pattern": {
"type": "string",
"description": "Regex pattern to test"
},
"timeout_ms": {
"type": "number",
"description": "Timeout guard in milliseconds, 0-2000 (default 200)"
},
"replacement": {
"type": "string",
"description": "Replacement text (mode=sub only)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries