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 ability to ignore case when counting substrings #102

Closed bmansurov closed 1 year ago

bmansurov commented 1 year ago

Issue: #101

kilianmh commented 1 year ago

Hey @bmansurov, thank you for your first issue and pull request!

The code looks good to me and also nice that you added tests already.

Closes #101

vindarel commented 1 year ago

thank you!