next up previous contents
Next: Names Up: Programming Tools and Functions Previous: Short if-then-fi

Lowercase

Calling Sequence:
lowercase(t)
Parameters:
t : string

Returns: string

Synopsis: The string t is converted to lowercase letters.

Examples:

> lowercase('HELLO World');




Gaston Gonnet
1998-09-15