Returns the last string searched for in a collection.
capi
collection-last-search collection => string
| collection⇩ | 
A collection. | 
| string⇩ | 
A string, or  nil. | 
The generic function collection-last-search returns the last string searched for in collection by find-string-in-collection.
If neither of these functions has been called on collection, then the return value string is nil.
CAPI User Guide and Reference Manual (Windows version) - 18 Feb 2025 15:35:34