[Home] [By Thread] [By Date] [Recent Entries]
On 24.08.2023 09:36, Roger L Costello costello@xxxxxxxxx wrote:
I want to make the following character replacements in regex-group(1): select="replace(replace(replace(regex-group(1), ' ', '_'),'/','_'), ',', '_')"/>
XPath 3.1 has the thick arrow operator => e.g. B regex-group(1) => replace(' ', '_') => replace('/', '_') =>
replace(',', '_')
|

Cart



