lc
NAME
lc - return lower-case version of a string
SYNOPSIS
lc EXPR
DESCRIPTION
Returns an lowercased version of EXPR. This is the internal function implementing the \L escape in double-quoted strings. Should respect any POSIX
setlocale()
settings.