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.
|
T1 (input_control) |
number(-array) -> HTuple.long / double / char * |
| Input tuple. | |
|
Length (output_control) |
integer(-array) -> (HTuple.) long * |
| Length of the single strings of the input tuple. | |
::tuple_strstr, ::tuple_strrstr, ::tuple_strchr, ::tuple_strrchr, ::tuple_str_first_n, ::tuple_str_last_n, ::tuple_split, ::tuple_environment
Operators not requiring licensing