Skip to content

Commit

Permalink
adding missing export regexp-match->list (issue #419)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashinn committed Jun 26, 2017
1 parent dc4559d commit 3197969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/srfi/115.sld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(define-library (srfi 115)
(export regexp regexp? valid-sre? rx regexp->sre char-set->sre
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-match? regexp-match-count
regexp-match-submatch
Expand Down

0 comments on commit 3197969

Please sign in to comment.