Regex Tester
Test regular expressions in real-time with match highlighting and group capture details.
//g
Flags:
2 matches found
Highlighted Result
Contact us at hello@example.com or support@freeaikit.app for help.
Match Details
Match 1@ index 14
hello@example.com
Group 1:hello
Group 2:example.com
Match 2@ index 35
support@freeaikit.app
Group 1:support
Group 2:freeaikit.app
Quick Reference
.any character
\ddigit
\wword char
\swhitespace
^start
$end
*0 or more
+1 or more
?0 or 1
(…)group
[abc]char class
{n,m}quantifier
More Developer Tools You May Like
JSON Formatter
Format, beautify, minify and validate JSON with syntax highlighting.
CSS Minifier
Minify CSS to reduce file size or beautify minified CSS.
Text Case Converter
Convert text between camelCase, snake_case, kebab-case, and more.
Password Generator
Generate strong, random, cryptographically secure passwords.