mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-15 17:07:34 +02:00
adding (srfi 115) wrapper around (chibi regexp)
This commit is contained in:
parent
421ef0b010
commit
374034d7e0
1 changed files with 9 additions and 0 deletions
9
lib/srfi/115.sld
Normal file
9
lib/srfi/115.sld
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
(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-fold regexp-extract regexp-split regexp-partition
|
||||||
|
regexp-match? regexp-match-count
|
||||||
|
regexp-match-submatch
|
||||||
|
regexp-match-submatch-start regexp-match-submatch-end)
|
||||||
|
(import (chibi regexp)))
|
Loading…
Add table
Reference in a new issue