adding missing export regexp-match->list (issue #419)

This commit is contained in:
Alex Shinn 2017-06-26 10:36:38 +09:00
parent dc4559d692
commit 3197969d3e

View file

@ -1,7 +1,7 @@
(define-library (srfi 115) (define-library (srfi 115)
(export regexp regexp? valid-sre? rx regexp->sre char-set->sre (export regexp regexp? valid-sre? rx regexp->sre char-set->sre
regexp-matches regexp-matches? regexp-search 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-fold regexp-extract regexp-split regexp-partition
regexp-match? regexp-match-count regexp-match? regexp-match-count
regexp-match-submatch regexp-match-submatch