====================================== 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.