Re: Minutes for XML Query/XSL WG Joint Teleconference #632 2016-02-02

On 16-02-09 10:40 AM, Michael Kay wrote:
>
> For example, in the regular expression
> <code>A(BC(?:D(EF(GH[()]))))</code>, the string matched by the
> subexpression <code>BC(?:D(EF(GH[()])))</code> is captured substring 1,
> the string matched by <code>EF(GH[()])</code> is captured substring 2,
> and the string matched by <code>GH[()]</code> is subexpression 3.

That "subexpression 3" should be "captured substring 3".

-Michael

Received on Tuesday, 9 February 2016 15:53:43 UTC