lowercase

.lowercase string:{String} -> String

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

Return

a new lowercase string

Parameters

string

string to convert

Chaining

This function is designed to be chained with other function calls:
String::lowercase -> String