[Bug 29415] [FO31] Regex: capturing parentheses inside non-capturing parentheses

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29415

--- Comment #1 from Abel Braaksma <abel.braaksma@xs4all.nl> ---
Hmm, reading more, I see that we say in the same section:

    "The sub-expressions are numbered according to the position of the opening 
    parenthesis in left-to-right order within the top-level regular
expression:"

but searching for "top-level regular expression" does not yield any results.
What is it? Does this include or exclude nested expressions? Since each paren
can start a new regex, this does not seem to make sense.

Should it perhaps mean "when not inside a character class"?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 1 February 2016 19:14:27 UTC