Extract and transform the current selection (or clipboard) with your own saved regex rules, then paste or copy the result. Manage rules in one place, or bind any rule to a global hotkey.
$1, $&), case transforms (\U…\E, \L…\E, \u, \l), escapes (\n, \t, \r), and per-item flags: global, multiline, case-insensitive.{key} placeholders.Open Extract and Replace Text to create, edit, duplicate, reorder, and delete rules. A rule can hold multiple regex items, and the list can be sorted by Recent, Alphabetical, or Manual order.
Per-rule actions: Run and Paste / Run and Copy, Edit (⌘E), Duplicate (⌘D), Assign to Quick Slot (⌘⇧S), Delete (⌃X).
Bind a rule to a global hotkey with the six Quick Slot commands:
⌘⇧S); pick a slot (1–6).The hotkey runs that rule against the selection (or clipboard) with no UI. Each slot's Result Action preference pastes (default) or copies, and deleting a rule frees its slot.
A Cut Paste rule that turns  into an <img> tag.
Output template:
<img src="{src}" alt="{alt}" width="400" height="300"/>
| Key | Regex |
|---|---|
src | \!\[.*\]\((.*)\) |
alt | \!\[(.*)\] |