[racket-dev] `regexp-replaces'

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Jun 21 07:56:57 EDT 2012

While scanning code for a minor incompatible in a commit, I ran into
this function which is the ffi collection of all places.  (See the
docs for what it does.)  Given that this comes up often, maybe it's
time to add this to `racket/string'?

(Or maybe `racket/private/string' next to the other regexp functions?)

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

Posted on the dev mailing list.