diogoalexandrefranco / cl-strings

A portable, dependency-free set of utilities to manipulate strings in Common Lisp
MIT License
46 stars 7 forks source link

trim with *whitespaces*, not just space #6

Open vindarel opened 7 years ago

vindarel commented 7 years ago

Hi, At last I discover a library like this :) The only missing feature for my humble needs so far (also a CL noob frustrated by the built-in string manipulation functions), is a trim function which trims all *blank-chars*, along with its trim-left and trim-right (there are the built-in string-[left/right]-trim which operate on nothing by default).

Cheers !

diogoalexandrefranco commented 7 years ago

Hey!

Glad to hear you find cl-strings useful @vindarel. That is a good idea and easy to implement, I'll see what I can do!