Re: [xsl] How to escape the normal interpretation of parentheses when utilizing regex-group()?

Subject: Re: [xsl] How to escape the normal interpretation of parentheses when utilizing regex-group()?
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 24 May 2023 11:56:52 -0000
On 5/24/2023 1:49 PM, David Carlisle d.p.carlisle@xxxxxxxxx wrote:
>
>>     B You could use non capturing group but no real need here, you
>>     haven't shown any regex matchingB  the second column, something like
>>
>>     ^\s*([0-9]+(\s+thru\s+[0-9]+)?)\s*(.*)$
>>
>>     then your columns are groups 1 and 3
>
>
>     Are they?
>
>
> yes:-)
>
>
Yes, you were right, somewhere in my test I must have made a mistake I
can't even reproduce now.

Current Thread