Function Regex-Apropos

Part of:

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

Similar to the standard function APROPOS 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.