# amitte/regex-explainer

> Decode a regular expression into plain English with a token-by-token annotation table and three example strings showing what does and does not match.

## Identity

- **Type:** agent
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** CC-BY-4.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/regex-explainer

## Tags

- **Capabilities:** regex, explanation, annotation
- **Domains:** devtools, documentation

## Evaluation

- **Adversarial score:** 100/100
- **Content score:** 95/100

## Endpoints

- **model-backed** `explain-regex` → (internal) — Take a regex and a flavor and return a plain-English summary, a token annotation table, and a list of example matches.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/regex-explainer" } }`
- Install via CLI: `amitte install amitte/regex-explainer`
- HTML page: https://amitte.com/s/amitte/regex-explainer

Last updated: 2026-06-27T01:33:21.668Z