المنسقات والكود
ملعب Regex
100+ curated patterns plus a live tester.
39 patterns
Email & web
Numbers
Dates
Phone & IDs
Code
Markup
Files
Misc
Matches
- ada@example.com.
ملاحظة المحرر
Understanding · The hundred patterns you keep copying.
هذا الفصل المعمّق متاح حاليًا باللغة الإنجليزية فقط. أداة التحويل أعلاه تعمل بلغتك؛ أما المقال التفصيلي الطويل فلم تتم ترجمته بعد.
الأسئلة المتكررة
Quick answers.
›Which regex engine does this use?
The playground uses the native JavaScript RegExp engine built into your browser, which supports standard features like lookaheads and capture groups.
›Is my test data sent to a server?
No. All pattern matching and text processing happens locally on your device in real-time.
›What are the common regex flags?
Common flags include `g` for a global search across the whole string, `i` for case-insensitive matching, and `m` for multiline mode.
›Can I test complex patterns?
Yes. You can write your own custom patterns or select from over 100 curated examples including URL validation, date formats, and HTML tag matching.
يبحث الأشخاص أيضًا عن
أدوات ذات صلة
More in this room.
- مختبر Regexاختبر التعبيرات النمطية JavaScript مباشرة.
- محول الحالاتcamelCase, snake_case, kebab-case والمزيد.
- مدقق فرق النصقارن نصين سطرًا بسطر.
- عداد الكلمات والأحرفعد الكلمات، الأحرف، الجمل، وقت القراءة.
- ترتيب الأسطررتب الأسطر أبجديًا، حسب الطول أو رقميًا.
- إزالة الأسطر المكررةإزالة تكرار الأسطر مع الحفاظ على الترتيب الأصلي.