regex
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
x402 Trading & On-Chain Intelligence
1/7 registries