Re: string substitution?



André Thieme <address.good.until.2006.dec.22@xxxxxxxxxxx> writes:

Pascal Bourguignon schrieb:
This is incorrect. #\Newline has no relation with CR or LF.

(cl-ppcre:regex-replace-all
(string #\Linefeed)
target-string
(concatenate 'string (string #\Return) (string #\Linefeed)))



At least on sbcl there seems to be a relation:

Implementation specific.


--
__Pascal Bourguignon__ http://www.informatimago.com/

"Specifications are for the weak and timid!"
.



Relevant Pages