🔍 Regex Tester
Test regular expressions with real-time match highlighting and capture group details.
/
/
No pattern
Matches
Common Patterns
Regex Quick Reference
. any char \d digit \w word char \s whitespace ^ start $ end
* 0+ + 1+ ? 0 or 1 {n,m} between n and m [abc] character class (abc) capture group | alternation