Regex reference
Grouping Constructs
(?<name-previous>subpattern)Balancing group definition. This allows nested constructs to be matched, such as parentheses or HTML tags. The previously defined group to balance against is specified by previous. Captures subpattern as a named group specified by name, or name can be omitted to capture as an unnamed group. For more information, check out Morten Maate's tutorial on matching nested constructs.see an example
No regex elements found that match your search term