- From: Michael Dyck <jmdyck@ibiblio.org>
- Date: Tue, 9 Feb 2016 10:53:09 -0500
- To: public-xsl-query@w3.org
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