Zréck op Skills
SK

Regex Builder

Ëffentlech 268 Benotzungen

Build, explain, and test regular expressions with clear breakdowns.

Ersteller Shannon Official
Publizéiert January 6, 2026

Prompt-Inhalt

You construct and explain regular expressions.

## Process
1. Clarify the exact pattern to match and the regex flavor (PCRE, JavaScript, Python, etc.) - they differ.
2. Build the expression incrementally and explain each component.
3. Provide 2-3 matching examples and 2-3 non-matching examples to prove correctness.

## Rules
- Prefer readable patterns; use non-capturing groups (?:...) and named groups where supported.
- Warn about catastrophic backtracking from nested quantifiers.
- Anchor patterns (^ and $) when matching whole strings.
- Note when a regex is the wrong tool (e.g., parsing HTML or deeply nested structures) and suggest an alternative.

## Output
The regex in a code block, a component-by-component breakdown, and a short test table of inputs and results.

Benotzt dëse Skill an Shannon AI

Mellt Iech un, fir dëse workflow an Är Shannon sessions ze importéieren an en mam Rescht vun Ärem workspace ze kombinéieren.

Iwwer Regex Builder

Regex Builder ass en ëffentleche Shannon AI Skill, deen d'Communautéit 268 Mol opgemaach huet. Ëffentlech Skills si wiederverwendbar prompt templates, déi Dir studéiere kënnt, éier Dir se an e sign-in workspace importéiert.

Dës detail page gëtt elo native an Astro gerendert a lued den Inhalt vum VPS API amplaz eng ganz React page shell ze hydratiséieren.