Regex Tester

Regular Expression
Enter your regular expression pattern
/
/
Test String
Enter text to test against your regex
Results
Loading...
Loading regex tester...
Regex Cheatsheet
Common regex patterns and syntax
\d
Any digit
\w
Word character
\s
Whitespace
.
Any character
^
Start of string
$
End of string
*
0 or more
+
1 or more
?
0 or 1