There is no Lisp specific for this, however you may be able to use certain existing Lisp functions in combination with a general purpose search-and-replace function. For example, the find function in Emacs can be used for basic search-and-replace operations, while the apropos function in Lisp can be used to search for particular expressions within Lisp code.