Job Configuration > Expressions and Expression Functions > Expression Functions > String Functions
string-length
Returns the number of characters in the specified string.
string-length(string as string) -> number
Name
Type
Description
string
The input string.
The following expression will return 3:
string-length('cat')