![]() |
VOOZH | about |
Syntax:length(VAR) Parameter: VAR: String or a group of strings whose length is to be calculated Return: Returns the size of the string.Example 1: Output:
Length of String is: 15Example 2: Output:
Length of String is: 20Note : Scalar context on an array or hash is used if the corresponding size is to be determined.