How to Install cl-regex in Ubuntu 18.04



Install cl-regex by entering the following commands in the terminal:

sudo apt update
sudo apt install cl-regex

Description:

Common Lisp regular expression compiler/matcher

A fully-featured regular expression compiler and matching engine for Common Lisp that claims to be roughly 5x-20x times faster than the GNU regex matcher written in C.

Version: 1-4

Section: universe/devel