Documentation

len

Syntax: %len(s)

return the length of the string s

Examples:

#SHOW %len("ab de")

displays: 5

Add comment

Login or register to post comments