Regex जनरेटर और टेस्टर
बायाँ पैटर्न, दायाँ नमूना पाठ — नीचे मैच हाइलाइट। टेम्पलेट और /pattern/flags कॉपी।
बाएँ JavaScript-शैली का रेगुलर एक्सप्रेशन लिखें या ऊपर टेम्पलेट चुनें। दाएँ नमूना पाठ चिपकाएँ — नीचे मैच हाइलाइट और शुरुआती स्थान दिखेंगे। पैटर्न के नीचे हर फ़्लैग के लिए अक्षर के बगल में व्याख्या दिखती है; ज़रूरत के हिसाब से चालू/बंद करें। कॉपी `/pattern/flags` सहेजता है।
Add pieces without memorizing syntax
Click a chip — it is inserted where the blinking cursor is in the expression field (click the field first). If the field is not focused, the piece is added at the end.
फ़्लैग
ये JavaScript regex के एक-अक्षर वाले मॉडिफ़ायर हैं: ये बताते हैं कि पैटर्न कैसे लागू हो (जैसे सभी मैच या सिर्फ पहला)। चालू/बंद करने के लिए अक्षर पर टैप करें; व्याख्या हमेशा बगल में दिखती है।
g: ग्लोबल — सभी मैच, सिर्फ पहला नहीं
i: केस इग्नोर
m: मल्टीलाइन — ^ और $ प्रति पंक्ति
s: DotAll — . नई पंक्ति से मैच
u: BMP के बाहर वर्णों के लिए Unicode मोड
Paste or type the text you want to check. The preview below updates automatically.
मिलान
कोई मिलान नहींEnter a test string — the preview appears below.