Returns the length of a string value.

Parameters

value String (required) - The string from which to return the length.

Returns

Number

Examples

LEN("Fulcrum is for data collection")

// returns 30