len(string)
Description
Returns the length of the string.
Examples
len('eccoext')
returns 7
len([ITT])
returns the length of the item text assuming it is a string
len([folder_name])
returns the length of the string or number in the folder_name
Related Rules