Productivity
Hub
Home
Tools
Get Started
Toggle menu
Back to Tools
Regex Tester
Regular Expression
Enter your regular expression pattern
/
/
Global (g)
Case Insensitive (i)
Multiline (m)
Test Regex
Test String
Enter text to test against your regex
The quick brown fox jumps over the lazy dog. The dog barks, but the fox keeps running.
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