make-regexp-replacer

Creates a function that replaces information in a string.

Deprecated

Use regexp-replace instead

Exported from

Arguments

argAn instance of <string>.
replace-with:An instance of <object>.  The default is #f.
case-sensitive:An instance of <object>.  The default is #f.

Values

valAn instance of <function>.
Replace information in a string.
Parsing a regexp is not cheap, so we cache the parsed regexps and only parse a string if we haven’t seen it before.
The class of sequences with elements that are characters.
The class of all Dylan objects.
The class of objects that can be applied to arguments.