elmo-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [elmo-users] help!


From: Szymon
Subject: Re: [elmo-users] help!
Date: Mon, 22 Sep 2003 21:50:31 +0200
User-agent: elmo/0.8.2

Dzięki wszystkim.

Zaraz będę działał -- musiałem wpierw odpisać na Bardzo_Ważny_List.

pozdrawiam, szymon

-- 
;;; Remove potentially offensive substrings from string S.
(define (kill-matches re s)
    (regexp-substitute/global #f re s 'pre 'post))

(kill-matches                              ; Protect the children.
    (rx (| "Windows" "tcl" "Intel")) s)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]