اختبار Regex
اختبار التعبيرات النمطية مع المطابقة في الوقت الفعلي.
Regex Tester is a real-time regular expression testing tool. Enter a pattern and test string to instantly see all matches, captured groups, and match positions with highlighted results.
Features
- Real-time pattern matching
- Flag support (g, i, m, s)
- Match highlighting with colors
- Captured group display
- Match count and positions
Usage Example
// Pattern: (\d{3})-(\d{4})
// Test: Call 123-4567 or 987-6543
// Matches: 123-4567, 987-6543
// Groups: [123, 4567], [987, 6543]FAQ
What is regex?
Regular expressions (regex) are patterns used to match character combinations in strings. They are used in search, validation, and text manipulation.
What do the flags mean?
g = global (find all matches), i = case-insensitive, m = multiline (^ and $ match line boundaries), s = dotAll (. matches newlines).
أدوات المطور
📋منسق JSON🗃️منسق SQL📄منسق XML🌐منسق HTML🎨منسق CSS🔐Base64 تشفير/فك تشفير🔗URL تشفير/فك تشفير🏷️HTML هروب🎫JWT فك التشفير🆔مولد UUID🔑مولد كلمات المرور🔒SHA-256 تجزئة🔏MD5 تجزئة🛡️مولد HMAC🎨لوحة الألوان⏱️محلل Cron📡محلل HTTP Headers🔗محلل URL❓محلل Query String📝مقارنة النصوص🔄JSON ↔ YAML📊JSON ↔ CSV⏰Unix Timestamp📅ISO 8601 تاريخ