The generic function collection-search calls find-string-in-collection with a string provided by the user.
collection-search
find-string-in-collection
collection-search collection &optional set
Prompt the user for a string and call find-string-in-collection with this string.
collection find-string-in-collection