[racket-dev] `regexp-replaces'

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Jun 22 11:36:10 EDT 2012

Yesterday, Laurent wrote:
> add1
> I also use such a function from time to time, and I'd be happy to
> have it in the string or regexp libs.

I'll assume that without other replies, there are no objections to
adding it?

Also, at least as a start, I'm thinking of a function that looks just
like the one from the ffi:

  (regexp-replaces str (list (list regexp replacement)
                             ...))

Anything else that this should do?

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

Posted on the dev mailing list.