The string-length
function returns a number equal to the number of characters in a given string.
The string-length
function returns a number equal to the number of characters in a given string.
string-length( [string] )
string
(optional)The string to evaluate. If omitted, string used will be the same as the context node converted to a string.
An integer equal to the number of characters in the string.
Supported.
© 2005–2022 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/XPath/Functions/string-length