find-string-all in text%
Finds all occurrences of a string using
find-string. If no occurrences are found, the empty list is returned.
(-> list of exact non-negative integerssenda-textfind-string-allstrdirectionstartendget-start?case-sensitive)
str: string
direction=: symbol in'forward'(forward backward)
start=: exact non-negative integer or'start'start
end=: exact non-negative integer or'eof'eof
get-start?=#t: boolean
case-sensitive=#t: booleanThe arguments are the same as for
find-string.