Is there a defined behavior for how regular expressions should handle the capturing behavior of nested parentheses? More specifically, can you reasonably expect that differ
The order of capturing in the order of the left paren is standard across all the platforms I've worked in. (perl, php, ruby, egrep)