length length
Returns the number of characters of the string expression in the parameter.
Category
String
Function syntax
length(<parameters>)
Parameter
- string
Signature and returned type
length(<string>)
Returns an integer.
Example
length("Hello World")
Returns 11.
recommendation-more-help
8fe209f2-717b-4d36-904c-71a9532007af