Returns the length of the given string.

Syntax

Smartsite SXML CopyCode image Copy Code
integer string.length(string s)

Parameters

Name Data Type Description
s String The input string.

Return Value

Data Type Description
Integer The length.

Expand image Example

SXML