Re: [xsl] two regexp related questions

Subject: Re: [xsl] two regexp related questions
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 19 May 2011 22:10:37 +0100
On 19/05/2011 20:16, Julian Reschke wrote:
regex-group function will only return the contents for the last match,
right?

yes but you can put an extra group around the repeat so capture all of that for splitting later so
((aa|bb)*)
not just
(aa|bb)*


David

Current Thread