Saxonica.com

fn:string-length

fn:string-length() → integer?

Function signature

Result

xs:integer ?

Returns the number of characters in the string value of the context item

XPath 2.0 Specification

fn:string-length(string? $srcval) → integer?

Function signature

$srcval

xs:string ?

Result

xs:integer ?

Returns the number of characters in the given string

XPath 2.0 Specification

Next