toUpperCase Method

Purpose:

Returns string in lower case.

Syntax:

.toUpperCase

Comments: 

Example:

abc = "abCd"

p abc.toUpperCase

ABCD