Regex Tester
Test and debug regular expressions in real-time
Regular Expression
/ /
g
Test String
Highlighted Matches (0 matches)
Common Patterns
Quick Reference
Character Classes
\d - Digit (0-9)
\w - Word character
\s - Whitespace
. - Any character
Quantifiers
* - 0 or more
+ - 1 or more
? - 0 or 1
{n} - Exactly n
{n,m} - Between n and m
Anchors
^ - Start of string
$ - End of string
\b - Word boundary
Related Tools
Explore more tools that might help you
CSV to JSON
Convert CSV to JSON format
Try it now
URL Encoder
Encode/decode URLs
Try it now
SQL Formatter
Format and beautify SQL queries
Try it now
Base64 Encoder
Encode/decode Base64 strings
Try it now
JWT Decoder
Decode and validate JWT tokens
Try it now
JSON to XML
Convert JSON to XML
Try it now