StringToupper_.toUpper([string='']) Converts string, as a whole, to upper case just like String#toUpperCase. Arguments [string=''] (string): The string to convert. Returns (string): Returns the upper cased string. Example TolowerTrim