The lower() function returns a copy of
with all of the letter characters converted to
lowercase. The built-in implementation of this function only
works with ASCII characters (those that have a value less than
128).text
The ICU extension provides a
Unicode-aware implementation of lower().