Назад към умения
SK

Regex Builder

Публично 268 използвания

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

Създател Shannon Official
Публикувано January 6, 2026

Съдържание на промпта

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.

Използвай това умение в Shannon AI

Влез, за да импортираш този работен процес в собствените си Shannon сесии и да го комбинираш с останалата част от работното си пространство.

Относно Regex Builder

Regex Builder е публично Shannon AI умение, което е отваряно 268 пъти от общността. Публичните умения са шаблони за промптове за многократна употреба, които могат да бъдат изучавани, преди да бъдат пренесени в работно пространство след вход.

Тази детайлна страница вече се рендерира нативно в Astro и изтегля съдържанието си от VPS API, вместо да хидратира цяла React обвивка на страница.