find-string-all in text%
Finds all occurrences of a string using
find-string. No no occurrences are found, the empty list is returned.
( -> list of exact non-negative integers
send a-text find-string-all str direction start end get-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? = : boolean
#t
case-sensitive = : boolean#t
The arguments are the same as for
find-string.