Convert all characters in the sequence starting at the specified begin address and ending immediately before the specified end address to uppercase. Note that conversion happens in-place. The behavior is undefined unless begin <= end.
Declared in <bslfmt_formattercharutil.h>
static
void
toUpper(
char* begin,
char const* end);