Terug na Vaardighede
SK

Regex Builder

Publiek 268 gebruike

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

Skepper Shannon Official
Gepubliseer January 6, 2026

Promptinhoud

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.

Gebruik hierdie vaardigheid binne Shannon AI

Meld aan om hierdie werkvloei in jou eie Shannon-sessies in te voer en dit met die res van jou werkruimte te kombineer.

Oor Regex Builder

Regex Builder is 'n openbare Shannon AI-vaardigheid wat 268 keer deur die gemeenskap oopgemaak is. Openbare vaardighede is herbruikbare prompt-sjablone wat bestudeer kan word voordat dit in 'n aangemelde werkruimte ingebring word.

Hierdie detailbladsy render nou inheems in Astro en trek sy inhoud vanaf die VPS API in plaas daarvan om 'n hele React-bladsyomhulsel te hidreer.