/
/
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
^$ anchors
\w\d\s classes
*+?{n,m} quantifiers
( ) capturing
(?:) non-capturing
(?P<name>) named
[ ] char class
| alternation
Match Details
| # | Match | Index | Groups |
|---|