Email list hosting service & mailing list manager

Escaping literal strings Evan Hanson (15 Oct 2013 22:55 UTC)
Re: Escaping literal strings Alex Shinn (15 Oct 2013 23:12 UTC)
Re: Escaping literal strings Peter Bex (15 Oct 2013 23:20 UTC)

Escaping literal strings Evan Hanson 15 Oct 2013 22:48 UTC

The current proposal doesn't include any way to escape a string for
literal embedding in a regular expression string.

This may be outside the SRFI's scope since one can always just use SREs
instead, but I figure it's worth calling attention to at least once.

Evan