For the complete documentation index, see llms.txt. This page is also available as Markdown.

toupper

Convert string to uppercase
     str    - input string
returns: uppercase string
Thread-safe function.

string toupper(string str);

Last updated

Was this helpful?