efun: upper_case


SYNOPSIS:

        string upper_case(string str)

DESCRIPTION:

        Convert all characters in str to upper case, and return the
        new string.

EXAMPLES:

        upper_case("Heya!") -> "HEYA!"

SEE ALSO:

	
	capitalize(E), lower_case(E)

UNItopia (mudadm@UNItopia.de)