TinyMUX

Ucstr()

Functions

FUNCTION: ucstr(<string>)

Returns <string> with all letters converted to uppercase.

Example:

> say ucstr(This is a test, really!)
You say, "THIS IS A TEST, REALLY!"

Related Topics: capstr(), lcstr().