Re: [xsl] two regexp related questions

Subject: Re: [xsl] two regexp related questions
From: Julian Reschke <julian.reschke@xxxxxx>
Date: Thu, 19 May 2011 23:14:32 +0200
On 2011-05-19 23:10, David Carlisle wrote:
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

Yep, and that's what I do. I just wanted to make sure that I wasn't missing another option.


Thanks, Julian

Current Thread