Tools.h++ Class Reference

Table Of Contents
RWWString
toUpper(const RWWString& str);
Returns a version of str where all lower-case characters have been replaced with upper-case characters. Uses
the C library function towupper().