Len()

Returns the number of characters in the specified string expression.

Syntax

Len(string expression)
  • string expression [source]: specified spring expression

Example

Len("Well name") returns 9

Len("Field 55") returns 8