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

Request: s-assoc-value #31

Closed vindarel closed 4 years ago

vindarel commented 5 years ago

Have

(str:s-assoc-value <alist> <key>)

instead of

 (alexandria:assoc-value <alist> <key> :test #'string-equal)

or

(first (assoc <alist> <key> :test #'string-equal))
vindarel commented 4 years ago

done.