The Comon Lisp Cookbook - Pattern Matching / Regular Expressions

The ANSI Common Lisp standard does not include facilities for pattern matching and regular expressions, but a couple of libraries exist for this task. See the respective CLiki page for details and links.

Note that some CL implementations include regexp facilities, notably CLISP and Allegro CL. If in doubt, check your manual or ask your vendor.


Copyright © 2002-2007 The Common Lisp Cookbook Project
http://cl-cookbook.sourceforge.net/

$Header: /cvsroot/cl-cookbook/cl-cookbook/pattern_matching.html,v 1.8 2007/01/16 20:58:32 ozten Exp $