You're viewing a demo portfolio

Join the waitlist
PRSM

regex

Active

Tool of x402 Trading & On-Chain Intelligence

declared in 1.0.0

Apply a regex to text and return all matches + capture groups (deterministic; LLMs guess regex wrong). Send { pattern, text, flags? }. [x402 paid tool — price $0.003; POST /api/regex]

Parameters schema

{
  "type": "object",
  "required": [
    "pattern",
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "Text to search (<=100k chars)"
    },
    "flags": {
      "type": "string",
      "description": "Regex flags, e.g. gi"
    },
    "pattern": {
      "type": "string",
      "description": "Regular expression"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

x402 Trading & On-Chain Intelligence

1/7 registries
View full server →