You're viewing a demo portfolio

Join the waitlist
PRSM

regex_tester

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
regex_tester — WingmanProtocol Agent Gateway — PRSM MCP