Returns an ASCII character, converting to lowercase if uppercase is passed. Note that character values > 127 are simply returned.

Synopsis

Declared in <absl/strings/ascii.h>

char
ascii_tolower(unsigned char c);

Return Value

The lowercase equivalent of c, or c if it has no lowercase form.

Parameters

Name

Description

c

The character to convert.

Created with MrDocs