Bumalik sa Skills
SK

Regex Builder

Public 268 uses

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

Creator Shannon Official
Published January 6, 2026

Prompt Content

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.

Gamitin ang skill na ito sa loob ng Shannon AI

Mag-sign in para i-import ang workflow na ito sa sarili mong Shannon sessions at pagsamahin ito sa natitirang bahagi ng iyong workspace.

Tungkol kay Regex Builder

Si Regex Builder ay isang pampublikong Shannon AI skill na nabuksan na ng komunidad nang 268 beses. Ang mga pampublikong skill ay reusable prompt templates na maaaring pag-aralan bago dalhin sa isang signed-in workspace.

Ang detail page na ito ay nirender na ngayon nang native sa Astro at kinukuha ang content nito mula sa VPS API sa halip na i-hydrate ang buong React page shell.