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.