- collect-string-search SEARCHER TARGETprocedure
Perform exhaustive search of the TARGET, returing a list of RESULT.
- SEARCHER
- from make-string-search
- TARGET
- string ; search within
- RESULT
- (or #f (STRING . (START . END))) ; success or failure result
Perform exhaustive search of the TARGET, returing a list of RESULT.