Exporting regexp-match?.

This commit is contained in:
Alex Shinn 2013-09-18 00:18:36 +09:00
parent d85cff247e
commit 724390d596

View file

@ -1,6 +1,6 @@
(define-library (chibi regexp) (define-library (chibi regexp)
(export regexp regexp? regexp-match regexp-search (export regexp regexp? regexp-match regexp-match? regexp-search
regexp-replace regexp-replace-all regexp-replace regexp-replace-all
regexp-fold regexp-extract regexp-split regexp-fold regexp-extract regexp-split
rx-match? rx-match-num-matches rx-match? rx-match-num-matches