regex (library by asciian)
A relatively incomplete (as of Jan 2018) relatively concise backtracking POSIX compatible regular expression library.

regex is written by asciian. It is faster than CL-PPCRE on Lisp implementations which do not optimize CLOS well enough, e.g. on SBCL.

Homepage: GitHub

License: LLGPL

See Also: cl-ppcre

Topic: regular expression