Skip to main content

ListMatch

ListMatch (listStr, matchStr [, listSepStr ])

The ListMatch function returns each list item in listStr that matches matchStr.

ListStr should contain items separated by listSepStr which typically is ";".

You may include asterisks in matchStr as a wildcard character. Note that matching is case-insensitive. See stringmatch for wildcard details.

ListSepStr is optional. If omitted it defaults to ";".

See Also

GrepList, stringmatch, StringFromList, WhichListItem