Allows to convert the provided string into lower cases letter.
The function, for convenience, will also return the string reference received, already modified. This could be used while using this function to convert parameters that are expected by other functions.
- Parameters:
-
| chunk | The chunk to lower case. |