ICI Modules: str: toupper


Modules by name : by type

Synopsis

string = str.toupper(string)

Description

Converts any lowercase alphabetic characters in the argument string to upper case and returns the resultant string.