R
RolfK
Dear Experts,
I got a regex which returns many captured subtrings.
My problem is that the regex is not in my hand and I need to iterate
over all cpatured substring items by the regex-group() function. This
function requires an integer argument. Unfortunately I do not know the
maximum index.
Actually I need simply to conctinate all matching substrings. But as
the max index is not known I can not do this.
What is the solution to that ?
Is there an alternative not to use xsl:analyze-string and regex-group
() ?
Tanks a lot
Rolf
I got a regex which returns many captured subtrings.
My problem is that the regex is not in my hand and I need to iterate
over all cpatured substring items by the regex-group() function. This
function requires an integer argument. Unfortunately I do not know the
maximum index.
Actually I need simply to conctinate all matching substrings. But as
the max index is not known I can not do this.
What is the solution to that ?
Is there an alternative not to use xsl:analyze-string and regex-group
() ?
Tanks a lot
Rolf