vindarel / cl-str

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

Feat: string-case multiple-items clauses #118

Closed kilianmh closed 4 months ago

kilianmh commented 4 months ago

Now string-case supports multiple-items clauses.

Otherwise is not support within a multiple-items clause.

Anything you want different @vindarel ?

vindarel commented 4 months ago

Oh, well done :+1: LGTM

kilianmh commented 4 months ago

Just did some changes to the readme so the example code compiles without error and can be run.