mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
adding missing export regexp-match->list (issue #419)
This commit is contained in:
parent
dc4559d692
commit
3197969d3e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue