clj-re

MIT

Implements Clojure-styled regexp operations such as `re-matches` and `re-find`.

$ area51 add clj-reCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(clj-re:some-function ...)