as-lowercase

Coerces an object to lowercase and returns the resulting new object.  arg is not modified by this operation.

Exported from

Modifiers

sealed

Arguments

argAn instance of <object>.

Values

#rest moreInstances of <object>.
Summary
Coerces an object to lowercase and returns the resulting new object.
The method on <character> returns the lowercase equivalent for character.
The method on <string> is equivalent to map(as-lowercase, string).

Functions

as-lowercase

The method on <character> returns the lowercase equivalent for character.  If character already is lowercase or does not exist in two cases, it is returned unchanged.

as-lowercase

The method on <string> is equivalent to map(as-lowercase, string).

The class of characters.
The class of sequences with elements that are characters.
The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of all Dylan objects.