ListContains(list, substring [, delimiters ])

Returns the index of the first element of a list that contains the specified substring within elements. The search is case-sensitive. If no element is found, returns zero (0).

See also ListContainsNoCase and ListFind.

list

List being searched.

substring

String being sought in elements of list.

delimiters

Set of delimiters used in list.