lispdoc - results for regex-apropos |
(cl-ppcre:regex-apropos regex &optional packages &key (case-insensitive t)) | Function: 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.
|
(cl-ppcre:regex-apropos-list regex &optional packages &key (case-insensitive t)) | Function: 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.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |