toLower#
Fully qualified name: omni::extras::toLower
Defined in omni/extras/StringHelpers.h
- 
inline void omni::extras::toLower(std::string &str)#
 Transforms a string to lowercase in-place.
Warning
This performs an ASCII lowercase only; current locale and UTF-8 encoding is ignored.
- Parameters:
 str – The string to transform in-place. When the function returns the string has been changed to ASCII lowercase.