diff --git a/lib/chibi/regexp.sld b/lib/chibi/regexp.sld index 4d132b62..35e39c2f 100644 --- a/lib/chibi/regexp.sld +++ b/lib/chibi/regexp.sld @@ -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.