SRFI 115: Scheme Regular Expressions

by Alex Shinn

status: final (2014-07-14)

keywords: Data Structure, R7RS Large, R7RS Large: Tangerine Edition

See also SRFI 264: String Syntax for Scheme Regular Expressions.

library name: regexp

Abstract

This SRFI provides a library for matching strings with regular expressions described using the SRE "Scheme Regular Expression" notation first introduced by SCSH, and extended heavily by IrRegex.