Extended list
-
Name: extended list;
Version: 1.0;
Data: extended_list.zip
Consent to add module to BAS: yes;
Description:
A set of additional functions to the default list:- list_chunk - chunks a list into lists with length elements. The last chunk may contain less than length elements;
- list_search_substr - the function searches for a part of the specified string in each element of the list;
- list_combine - creates a list by using the values from the keys array as keys and the values from the values array as the corresponding values;
- list_search_regexp - the function searches in each line of the array for a match to the given expression.