Class ExprLength

All Implemented Interfaces:
Converter<String,​Long>, Debuggable, Expression<Long>, SyntaxElement

@Name("Length") @Description("The length of a text, in number of characters.") @Examples("set {_l} to length of the string argument") @Since("2.1") public class ExprLength extends SimplePropertyExpression<String,​Long>