From 1430191e517a862b355b6cb8c72f49b83d857bc0 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 22 Oct 2009 01:09:48 +0000 Subject: [PATCH] fix mzlib/string exports svn: r16405 original commit: 1a8539f647a35c8f1763d78691850d1c41bac1ae --- collects/mzlib/string.ss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/collects/mzlib/string.ss b/collects/mzlib/string.ss index 1724ecc..6dfe715 100644 --- a/collects/mzlib/string.ss +++ b/collects/mzlib/string.ss @@ -6,8 +6,17 @@ read-from-string read-from-string-all expr->string - (except-out (all-from-out scheme/base) regexp-try-match) + + real->decimal-string + regexp-quote + regexp-replace-quote + regexp-match* + regexp-match-positions* + regexp-match-peek-positions* + regexp-split + regexp-match-exact? (rename-out [regexp-try-match regexp-match/fail-without-reading]) + glob->regexp) (define ((make-string-do! translate who) s)