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

tolower

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

string tolower(string str);

Last updated

Was this helpful?