Creates a lowercase string from a given absl::string_view.

Synopsis

Declared in <absl/strings/ascii.h>

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

Return Value

A new lowercase string.

Note

The return value should not be discarded.

Parameters

Name

Description

s

The source characters to convert.

Created with MrDocs