From emailmac at gmail.com Thu Mar 23 18:28:27 2006 From: emailmac at gmail.com (Mac Chan) Date: Thu, 23 Mar 2006 10:28:27 -0800 Subject: [cl-ppcre-devel] added a minor example for regex-replace In-Reply-To: <44176414.421be409.357b.720b@mx.gmail.com> References: <44176414.421be409.357b.720b@mx.gmail.com> Message-ID: <4877ae640603231028y2784997aqbd44e21a2072eb2f@mail.gmail.com> See attached html file. Just trying to make the already superb documentation more complete. * (cl-ppcre:regex-replace "(be)(nev)(o)(lent)" "benevolent: adj. generous, kind" #'(lambda (match &rest registers) (format nil "~A [~{~A~^.~}]" match registers)) :simple-calls t) "benevolent [be.nev.o.lent]: adj. generous, kind" -- Mac -------------- next part -------------- An HTML attachment was scrubbed... URL: From edi at agharta.de Fri Mar 24 12:52:57 2006 From: edi at agharta.de (Edi Weitz) Date: Fri, 24 Mar 2006 13:52:57 +0100 Subject: [cl-ppcre-devel] added a minor example for regex-replace In-Reply-To: <4877ae640603231028y2784997aqbd44e21a2072eb2f@mail.gmail.com> (Mac Chan's message of "Thu, 23 Mar 2006 10:28:27 -0800") References: <44176414.421be409.357b.720b@mx.gmail.com> <4877ae640603231028y2784997aqbd44e21a2072eb2f@mail.gmail.com> Message-ID: On Thu, 23 Mar 2006 10:28:27 -0800, "Mac Chan" wrote: > See attached html file. Just trying to make the already superb > documentation more complete. Thanks, I've added that.