Up: Common Lisp Regular Expressions   [Contents][Index]


4.1 CL-Portable Perl-compatible Regular Expressions—CL-PPCRE

“Portable Perl-compatible regular expressions for Common Lisp”

CL-PPCRE is a portable regular expression library for Common Lisp which has the following features:

To use it, load it through quicklisp:

(ql:quickload :cl-ppcre)