lowercase
Converts a string to lowercase.
Example: Hello, World!
->hello, world!
Return
a new lowercase string
Parameters
string
string to convert
Converts a string to lowercase.
Example: Hello, World!
->hello, world!
a new lowercase string
string to convert