make-translator

Creates a function that translates a string.

Deprecated

Use translate instead.

Exported from

Modifiers

open

Arguments

argAn instance of <string>.
argAn instance of <string>.
delete:An instance of <object>.  The default is #f.

Values

valAn instance of <function>.
Does a character by character translation.
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.