absl::AsciiStrToUpper

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

NameDescription
sThe string to convert in place.