- From: Michael Kay <mike@saxonica.com>
- Date: Tue, 9 Feb 2016 16:23:48 +0000
- To: Michael Dyck <jmdyck@ibiblio.org>
- Cc: public-xsl-query@w3.org
Yes, thanks, fixed. Michael Kay > On 9 Feb 2016, at 15:53, Michael Dyck <jmdyck@ibiblio.org> wrote: > > 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 16:24:40 UTC