Function length()

← Back to Module string



Module string → length()

Description

Get the length of a string

length(s)


Parameters


Return Value


Usage Example

length("Hello")          ' Returns 5
length("Hello world!")   ' Returns 12