uc

NAME

uc - return upper-case version of a string


SYNOPSIS

uc EXPR


DESCRIPTION

Returns an uppercased version of EXPR. This is the internal function implementing the \U escape in double-quoted strings. Should respect any POSIX setlocale() settings.