string-length
This function returns the number of characters in the input string.
Signature:
string-length([inputString as string])
Argument:
-
inputString
: The input string.
For example,
string-length('xml')
returns 3
.
Property IDs:
-
namespace-uri
: -
namespace-prefix
: