18.12 SRFI 115: Scheme Regular Expressions ¶
- Description
An implementation of regular expressions using Scheme syntax.
- URL
https://srfi.schemers.org/srfi-115/srfi-115.html
- Support
Fully supported.
- Libraries
(srfi 115)
- Global
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? |