Re: string substitution?
- From: Pascal Bourguignon <pjb@xxxxxxxxxxxxxxxxx>
- Date: Thu, 30 Nov 2006 20:06:17 +0100
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!"
.
- Follow-Ups:
- Re: string substitution?
- From: Thomas A. Russ
- Re: string substitution?
- From: André Thieme
- Re: string substitution?
- References:
- string substitution?
- From: georgeryoung
- Re: string substitution?
- From: André Thieme
- Re: string substitution?
- From: Pascal Bourguignon
- Re: string substitution?
- From: André Thieme
- string substitution?
- Prev by Date: Re: SBCL just turned 1.0!
- Next by Date: Re: LISP OS starting point
- Previous by thread: Re: string substitution?
- Next by thread: Re: string substitution?
- Index(es):
Relevant Pages
|