HomeToolsRegex Tester

Regex Tester

Powerful regex tester for your development needs.

Regex Tester

Test and debug regular expressions with live matching

Premium Tool
Live Testing

Sign in to Test Regex

Regular Expression
//g
Test String
Quick Reference
.Any character except newline
\dDigit (0-9)
\wWord character (a-z, A-Z, 0-9, _)
\sWhitespace
^Start of string
$End of string
*Zero or more
+One or more
?Zero or one
[abc]Character class
(abc)Capture group
a|bAlternation (a or b)
Privacy: All regex testing happens locally in your browser.

How to use Regex Tester

Detailed guide on using the Regex Tester tool. Select your options in the web interface or use the API endpoint to integrate it into your applications.

Documentation

Need help? Read the comprehensive guide for the Regex Tester.

💡 Automate this tool? Use our API for programmatic access.