Regex Tester
Test and validate your regular expressions with real-time matching.
/
/
Matches: 0
.
- Any character
*
- 0 or more
+
- 1 or more
?
- 0 or 1
\w
- Word character
\d
- Digit
\s
- Whitespace
[abc]
- Character set