Ko'nikmalarga qaytish
SK

Regex Builder

Ommaviy 268 foydalanish

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

Yaratuvchi Shannon Official
Chop etilgan January 6, 2026

Prompt mazmuni

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.

Bu ko'nikmadan Shannon AI ichida foydalaning

Bu workflow'ni o'z Shannon sessiyalaringizga import qilish va uni workspace'ingizning qolgan qismi bilan birlashtirish uchun tizimga kiring.

Regex Builder haqida

Regex Builder — hamjamiyat tomonidan 268 marta ochilgan ommaviy Shannon AI ko'nikmasi. Ommaviy ko'nikmalar signed-in workspace'ga olib kirilishidan oldin o'rganish mumkin bo'lgan reusable prompt templates hisoblanadi.

Bu detail page endi Astro'da native tarzda render qilinadi va o'z kontentini to'liq React page shell'ni hydrate qilish o'rniga VPS API'dan oladi.