Converts the characters in s to lowercase, changing the contents of s.

Synopsis

Declared in <absl/strings/ascii.h>

void
AsciiStrToLower(std::string* s);

Parameters

Name

Description

s

The string to convert in place.

Created with MrDocs