[xslt1.0] Count the number of character
Posted: Thu Dec 19, 2013 5:27 pm
Hi,
I would like to count the number of # in a string
example :
number of # = 4
exists a function to count character in string ?
Thank you
I would like to count the number of # in a string
example :
Code: Select all
<xx>1#2#3#4#</xx>
exists a function to count character in string ?
Thank you