Regex test, explain, replace patterns for AI agents
Regex and text processing tools for AI agents via the Model Context Protocol (MCP). ------|-------------| | Test a regex pattern against text. Returns all matches with indices, captured groups, and named groups. | | Find and replace using regex with support for capture group references (, , , ). | | Extract all matches of a pattern from text as a structured array. Optionally return only a…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Regex and text processing tools for AI agents via the Model Context Protocol (MCP). ------|-------------| | Test a regex pattern against text. Returns all matches with indices, captured groups, and named groups. | | Find and replace using regex with support for capture group references (, , , ). | | Extract all matches of a pattern from text as a structured array. Optionally return only a specific capture group. | | Parse a regex pattern and return a human-readable explanation of each component…