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).
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 itstrim-left
andtrim-right
(there are the built-instring-[left/right]-trim
which operate on nothing by default).Cheers !