Replace all upper case characters in the specified string having the specified length with their lower‐case equivalent.
Synopsis
Declared in <bdlb_string.h>
static
void
toLower(
char* string,
int length);
Created with MrDocs