LEN
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Get the size of a string.
Syntax
LEN(<string>)
Also known as LENGTH
.
Example
len("Hello John") // 10
len(null) // null