6.8.2.15 Strlen Function

Syntax

strlen (expression)

Description

The strlen function evaluates expression, converts it to a string, and returns the number of characters in the string.

Examples

strlen ("Hello World") returns 11

strlen ("") returns 0