Function Regex-Apropos-List

Part of:

package cl-ppcre
( regex-apropos-list < regex > &optional < packages > &key < case-insensitive > )

Similar to the standard function APROPOS-LIST but returns a list of
all symbols which match the regular expression REGEX. If
CASE-INSENSITIVE is true and REGEX isn't already a scanner, a
case-insensitive scanner is used.