clj-re
Implements Clojure-styled regexp operations such as `re-matches` and `re-find`.
$ area51 add clj-reCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(clj-re:some-function ...)Implements Clojure-styled regexp operations such as `re-matches` and `re-find`.
$ area51 add clj-reCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(clj-re:some-function ...)