Function All-Matches-As-Strings

Part of:

package cl-ppcre
( all-matches-as-strings < regex > < target-string > &key < start > < end > < sharedp > )

Returns a list containing all substrings of TARGET-STRING which
match REGEX. If REGEX matches an empty string the scan is continued
one position behind this match. If SHAREDP is true, the substrings may
share structure with TARGET-STRING.