mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
Exporting regexp-match?.
This commit is contained in:
parent
d85cff247e
commit
724390d596
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
(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-fold regexp-extract regexp-split
|
||||
rx-match? rx-match-num-matches
|
||||
|
|
Loading…
Add table
Reference in a new issue