Vissza a készségekhez
SK

Regex Builder

Nyilvános 268 használat

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

Készítő Shannon Official
Közzétéve January 6, 2026

Prompt tartalom

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.

Használd ezt a készséget a Shannon AI-ban

Jelentkezz be, hogy ezt a munkafolyamatot importáld saját Shannon munkameneteidbe, és kombináld a munkaterületed többi részével.

Regex Builder névjegye

Regex Builder egy nyilvános Shannon AI készség, amelyet a közösség 268 alkalommal nyitott meg. A nyilvános készségek újrahasználható prompt sablonok, amelyeket meg lehet tanulmányozni, mielőtt bejelentkezett munkaterületre vinnéd őket.

Ez a részletes oldal most natívan Astro-ban renderelődik, és a teljes React oldalhéj hidratálása helyett a VPS API-ból tölti be a tartalmát.