Regex Tester

Test, debug, and understand regular expressions in real time.

//
2 / 4 lines match
user@example.com1 match
notanemail
test@test.org1 match
bad@
^Start of string
$End of string
\wWord char [a-zA-Z0-9_]
[...]Character class
{n,m}Repetition quantifier
👋 Need help with code?