← iris lab

Regex Visualizer

See exactly what your pattern matches — step by step
/ /
Test string:

Pattern Breakdown

Quick Reference

. any char
^$ anchors
\w\d\s classes
*+?{n,m} quantifiers
( ) capturing
(?:) non-capturing
(?P<name>) named
[ ] char class
| alternation

Match Details

#MatchIndexGroups