tuple_strlen ( : : T1 : Length )

Length of every string within a tuple of strings.

tuple_strlen checks the length of every string within the input tuple T1 and returns the length of each string with the output tuple Length. All elements of T1 may only consist of strings. Otherwise tuple_strlen returns an error.


Parameters

T1 (input_control)
string(-array) -> string
Input tuple.

Length (output_control)
integer(-array) -> integer
Length of the single strings of the input tuple.


Parallelization Information

tuple_strlen is reentrant and processed without parallelization.


Alternatives

tuple_strstr, tuple_strrstr, tuple_strchr, tuple_strrchr, tuple_str_first_n, tuple_str_last_n, tuple_split, tuple_environment


Module

Operators not requiring licensing



Copyright © 1996-2005 MVTec Software GmbH