Curious Assistant
Your Intelligent Partner in Discovery.
Advanced Regex Tester — Professional Edition

Advanced Regex Tester

Professional-grade pattern debugging with real-time visualization, capture groups & replacement preview

Email URL IPv4 UUID v4 Password Date ISO Number Hashtag

Test String

0 chars

Match Result

0 matches

Match Inspector

0 ms Valid
# Match Index Length Groups
Enter a pattern and test string to see matches

Pattern Explanation

Type a regex pattern above to see a human-readable breakdown of its components.

Quick Reference

.Any char
\dDigit
\wWord
\sWhitespace
^ $Start / End
* + ?0+, 1+, 0/1
{n,m}Range
(...)Capture
(?:...)Non-capture
(?=...)Lookahead
(?<=...)Lookbehind
[abc]Class
[^abc]Negated
\1Backref
(?<n>...)Named
|Alternation
Need Help?