ad-activate-regexp

ad-activate-regexp is an interactive compiled Lisp function in `advice.el'.


(ad-activate-regexp REGEXP &optional COMPILE)

Activate functions with an advice name containing a REGEXP match.
This activates the advice for each function
that has at least one piece of advice whose name includes a match for REGEXP.
See `ad-activate' for documentation on the optional COMPILE argument.