Skip to content

edicl/cl-ppcre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 27, 2024
80fb19d · Apr 27, 2024

History

71 Commits
Sep 17, 2009
Apr 27, 2024
Jan 11, 2022
Apr 27, 2024
Jan 26, 2022
Dec 22, 2017
Apr 26, 2024
Sep 17, 2009
Sep 17, 2009
Sep 17, 2009
Jan 18, 2022
Apr 27, 2024
Sep 17, 2009
Jan 5, 2014
Sep 17, 2009
Apr 8, 2024
Apr 11, 2013
Jan 11, 2022
Feb 13, 2013
Sep 17, 2009
Apr 11, 2013
Sep 17, 2009
Sep 17, 2009
Apr 28, 2016
Oct 29, 2009

Repository files navigation

CL-PPCRE - Portable Perl-compatible regular expressions for Common Lisp

Abstract

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

  • It is compatible with Perl (especially when used in conjunction with cl-interpol, to allow compatible parsing of regexp strings).
  • It is pretty fast.
  • It is portable between ANSI-compliant Common Lisp implementations.
  • It is thread-safe.
  • In addition to specifying regular expressions as strings like in Perl you can also use S-expressions.
  • It comes with a BSD-style license so you can basically do with it whatever you want.

CL-PPCRE has been used successfully in various applications like BioBike, clutu, LoGS, CafeSpot, Eboy, or The Regex Coach.

Further documentation can be found in docs/index.html, or on the cl-ppcre homepage.