Syntax:
len(<source_string>)
Return:
Integer. Returns the number of characters in
<source_string>.
Parameter
<source_string>:
Required parameter; string type; parameter
name omitted.
Example:
Length of string "a中国
".
NLC snippet: len("a中国 ") // result is 4..