From 03fc4e69eb6a6d202b95be8ee3c6b287eca08a65 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Wed, 9 Jul 2014 07:35:22 +0900 Subject: [PATCH] Exporting regexp-match-submatch-start regexp-match-submatch-end. Fixes issue #228. --- lib/chibi/regexp.sld | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/chibi/regexp.sld b/lib/chibi/regexp.sld index 4d132b62..35e39c2f 100644 --- a/lib/chibi/regexp.sld +++ b/lib/chibi/regexp.sld @@ -6,6 +6,7 @@ regexp-fold regexp-extract regexp-split regexp-match? regexp-match-count regexp-match-submatch regexp-match-submatch/list + regexp-match-submatch-start regexp-match-submatch-end regexp-match->list regexp-match->sexp) (import (srfi 33) (srfi 69)) ;; Chibi's char-set library is more factored than SRFI-14.