cl-strings

MIT

A set of utilities for manipulating strings in CL.

$ area51 add cl-stringsCopy

Usage

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