بازگشت به مهارت‌ها
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 را hydrate کند.