Next: SRFI 124: Ephemerons, Previous: SRFI 112: Environment Inquiry, Up: Standards Support [Contents][Index]
An implementation of regular expressions using Scheme syntax.
Fully supported.
(srfi 115)
All names are bound in the MIT/GNU Scheme global environment.
char-set->sre
regexp
regexp-extract
regexp-fold
regexp-match->list
regexp-match-count
regexp-match-submatch
regexp-match-submatch-end
regexp-match-submatch-start
regexp-match?
regexp-matches
regexp-matches?
regexp-partition
regexp-replace
regexp-replace-all
regexp-search
regexp-split
regexp?
rx
valid-sre?