vindarel / cl-str

Modern, simple and consistent Common Lisp string manipulation library.
https://vindarel.github.io/cl-str/
MIT License
305 stars 37 forks source link

add ensure functions #92

Closed vindarel closed 1 year ago

vindarel commented 1 year ago

ensure ensure[prefix, suffi, wrapped-in] wrapped-in-p

vindarel commented 1 year ago

replaces https://github.com/vindarel/cl-str/pull/76

a last look after a merge mess.

vindarel commented 1 year ago

mmh, would you really signal an error?? Why block the execution? Possibly, a warning.

vindarel commented 1 year ago

fixed readme,

added a check in ensure: ":wrapped-in" is not the empty string.

Thanks for the reviews!