cl-irregsexp
More powerful and prettier way of doing text matching, not using regular expressions
$ area51 add cl-irregsexpCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-irregsexp:some-function ...)