Converts the characters in s to uppercase, changing the contents of s.
Synopsis
Declared in <absl/strings/ascii.h>
void
AsciiStrToUpper(std::string* s);
Parameters
Name |
Description |
s |
The string to convert in place. |
Created with MrDocs