Login
From:
www.regular-expressions.info
(Uncensored)
subscribe
Regex Tutorial - Parentheses for Grouping and Capturing
https://www.regular-expressions.info/brackets.html
links
backlinks
Roast topics
Find topics
Find it!
In a regular expression, parentheses can be used to group regex tokens together and for creating backreferences. Backreferences allow you to reuse part of the regex match in the regex, or in the replacement text.