Returns the corresponding lowercase character if x is uppercase.

Synopsis

Declared in <llvm/ADT/StringExtras.h>

char
toLower(char x);

Return Value

The lowercase form of x, or x unchanged.

Parameters

Name

Description

x

character to convert

Created with MrDocs