Function Scan-To-Strings

Part of:

package cl-ppcre
( scan-to-strings < regex > < target-string > &key < start > < end > < sharedp > )

Like SCAN but returns substrings of TARGET-STRING instead of
positions, i.e. this function returns two values on success: the whole
match as a string plus an array of substrings (or NILs) corresponding
to the matched registers. If SHAREDP is true, the substrings may share
structure with TARGET-STRING.