Creates an uppercase string from a given absl::string_view.

Synopsis

Declared in <absl/strings/ascii.h>

[[nodiscard]]
std::string
AsciiStrToUpper(std::string_view s);

Return Value

A new uppercase string.

Note

The return value should not be discarded.

Parameters

Name

Description

s

The source characters to convert.

Created with MrDocs