From 3197969d3e22e0928e137430e6d5e27e8899cf62 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Mon, 26 Jun 2017 10:36:38 +0900 Subject: [PATCH] adding missing export regexp-match->list (issue #419) --- lib/srfi/115.sld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/srfi/115.sld b/lib/srfi/115.sld index ab58008e..46748372 100644 --- a/lib/srfi/115.sld +++ b/lib/srfi/115.sld @@ -1,7 +1,7 @@ (define-library (srfi 115) (export regexp regexp? valid-sre? rx regexp->sre char-set->sre regexp-matches regexp-matches? regexp-search - regexp-replace regexp-replace-all + regexp-replace regexp-replace-all regexp-match->list regexp-fold regexp-extract regexp-split regexp-partition regexp-match? regexp-match-count regexp-match-submatch