TinyMUX

Lcstr()

Functions

FUNCTION: lcstr(<string>)

Returns <string> with all letters converted to lowercase.

Example:

> say lcstr(This is something I want to TEST)
You say, "this is something i want to test"

Related Topics: capstr(), ucstr().