[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Why can't things ever be tested? Or, Doesn't anybody else use strings (if they are, why is this breaking for me)?
- To: BUG-LISP at MIT-MC
- Subject: Why can't things ever be tested? Or, Doesn't anybody else use strings (if they are, why is this breaking for me)?
- From: David C. Plummer <DCP at MIT-MC>
- Date: Sun, 20 Sep 81 20:26:00 GMT
- Original-date: 20 September 1981 16:26-EDT
In the current string package...
(string-right-trim '(#\space) "this is a test ")
"this is a test "
;; STRING-LEFT-TRIM and STRING-TRIM both trim from the left, but
;; even STRING-TRIM doesn't trim from the right.