Developer
Tools
Client-Side Only • Secure
Regex পরীক্ষক
রিয়েল-টাইম হাইলাইটিং এবং বিস্তারিত ম্যাচের তথ্য সহ আপনার নিয়মিত অভিব্যক্তি পরীক্ষা করুন, ডিবাগ করুন এবং বুঝুন। সমস্ত প্রক্রিয়াকরণ আপনার ব্রাউজারে স্থানীয়ভাবে ঘটে।
/
/
Invalid Regex
0
matches
Cheatsheet
Character Classes
.
Any character\w
Word char\d
Digit\s
Whitespace[abc]
Any of a, b, c[^abc]
Not a, b, or cQuantifiers
*
0 or more+
1 or more?
0 or 1{3}
Exactly 3{3,}
3 or moreAnchors & Groups
^
Start of line$
End of line\b
Word boundary(...)
Capture groupPrivacy Note
This tool runs entirely in your browser. No data is sent to any server. Your regex patterns and test strings remain private.