रेगेक्स परीक्षक
फ़्लैग के साथ रेगेक्स मिलान हाइलाइट करें।
About this tool
नियमित अभिव्यक्ति को अपने नमूना टेक्स्ट पर परीक्षण करें और मिलान तुरंत हाइलाइट देखें। ब्राउज़र छोड़े बिना पैटर्न बनाएँ और डिबग करें।
Why use it
- जीवंत हाइलाइट बताता है पैटर्न क्या मिलाता है।
- वैश्विक और केस-असंवेदनशील जैसे फ़्लैग आज़माएँ।
- स्थानीय, तत्काल प्रतिक्रिया।
Common use cases
- टेक्स्ट से ईमेल या तारीख निकालने का पैटर्न बनाएँ।
- regex ज़्यादा या कम क्यों मिलता है, डिबग करें।
- वास्तविक नमूनों से regex सीखें।
Tips
- सरल से शुरू करें, धीरे-धीरे जटिलता जोड़ें।
- बिंदु और कोष्ठक जैसे विशेष अक्षर शाब्दिक चाहिए तो एस्केप करें।
कैसे उपयोग करें
- पैटर्न और परीक्षण टेक्स्ट दर्ज करें।
- मिलान हाइलाइट होते हैं।
अक्सर पूछे जाने वाले प्रश्न
- How do I test a regular expression?
- Enter your pattern and sample text to see matches highlighted in real time.
- Is my text sent to a server?
- No. Matching runs in your browser using the native regex engine.
- Which regex flavor is used?
- JavaScript regular expressions, including flags like global, case-insensitive and multiline.
- Can I see capture groups?
- Yes, matched groups are listed so you can confirm what each part captures.
- Does it explain my pattern?
- It focuses on live matching; build patterns incrementally to understand each piece.
- Will it warn about catastrophic patterns?
- Test on small samples first, since some patterns can be slow on large inputs.