mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 05:27:35 +02:00
Exporting regexp-match-submatch-start regexp-match-submatch-end.
Fixes issue #228.
This commit is contained in:
parent
93002110f4
commit
03fc4e69eb
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
regexp-fold regexp-extract regexp-split
|
||||
regexp-match? regexp-match-count
|
||||
regexp-match-submatch regexp-match-submatch/list
|
||||
regexp-match-submatch-start regexp-match-submatch-end
|
||||
regexp-match->list regexp-match->sexp)
|
||||
(import (srfi 33) (srfi 69))
|
||||
;; Chibi's char-set library is more factored than SRFI-14.
|
||||
|
|
Loading…
Add table
Reference in a new issue