Test regular expressions in real-time with match highlighting and capture groups.
.Any char\dDigit\wWord char\sWhitespace^Start$End*0 or more+1 or more?Optional{n,m}n to m()Group|Or[abc]Char class[^abc]Not in class(?=)Lookahead(?<=)Lookbehind