Bases: Extend List.contains so it is possible to search for substrings within list items

Right now, list.contains(value: any) performs an exact match between value and each item of the list.

In the case of lists of strings, it could be useful if the function would be extend, with an optional additional argument, to match substrings (partial match) within list items.

Related FR:

The FR below is even more general:

2 Likes

This is redundant since filter will be implemented in v1.9.5