Tool Not Working?
If buttons aren't clickable or file uploads aren't working, this is a known issue that can be fixed by refreshing the page.
or press Ctrl+F5
Regex Tester
Test and validate regular expressions with real-time matching. Debug your regex patterns with instant feedback.
Highlighted Matches:
Match Details:
Quick Reference
Character Classes
\\d
Any digit\\w
Word character\\s
Whitespace.
Any characterQuantifiers
*
0 or more+
1 or more?
0 or 1{n}
Exactly nAnchors
^
Start of line$
End of line\\b
Word boundary\\B
Non-word boundary