# Syn Regex Extract

> Skill for extracting matches from text in the context of regular expressions. Use when the user's task is specifically about extracting matches from text.

- Skill: `legendtkl/syn-regex-extract` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-regex-extract`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-regex-extract/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-regex-extract

---


# regular expressions: extracting matches from text

## When to use

Use this skill for extracting matches from text in regular expressions. This skill
specifically handles extracting matches from text and nothing else in the
regular expressions family.

## Procedure

Write regexes to extract all matches/capture groups from text and return them structured.

## Notes

This is the regular expressions skill dedicated to extracting matches from text.
Sibling skills cover other regular expressions capabilities; this one
is the right choice only when the task is about extracting matches from text.

