Next: , Previous: , Up: Standards Support   [Contents][Index]


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->sreregexp
regexp-extractregexp-fold
regexp-match->listregexp-match-count
regexp-match-submatchregexp-match-submatch-end
regexp-match-submatch-startregexp-match?
regexp-matchesregexp-matches?
regexp-partitionregexp-replace
regexp-replace-allregexp-search
regexp-splitregexp?
rxvalid-sre?