make-translator
Creates a function that translates a string.
Deprecated
Use
translate
instead.
Exported from
Module regular-expressions
Modifiers
open
Arguments
arg
An instance of
<string>
.
arg
An instance of
<string>
.
delete:
An instance of
<object>
. The default is #f.
Values
val
An 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.