Exporting regexp-match-submatch-start regexp-match-submatch-end.

Fixes issue #228.
This commit is contained in:
Alex Shinn 2014-07-09 07:35:22 +09:00
parent 93002110f4
commit 03fc4e69eb

View file

@ -6,6 +6,7 @@
regexp-fold regexp-extract regexp-split regexp-fold regexp-extract regexp-split
regexp-match? regexp-match-count regexp-match? regexp-match-count
regexp-match-submatch regexp-match-submatch/list regexp-match-submatch regexp-match-submatch/list
regexp-match-submatch-start regexp-match-submatch-end
regexp-match->list regexp-match->sexp) regexp-match->list regexp-match->sexp)
(import (srfi 33) (srfi 69)) (import (srfi 33) (srfi 69))
;; Chibi's char-set library is more factored than SRFI-14. ;; Chibi's char-set library is more factored than SRFI-14.