Replace all upper case characters in the specified string with their lower‐case equivalent.

Synopsis

Declared in <bdlb_string.h>

static
void
toLower(std::string* string);

Created with MrDocs