Get a lower-case version of a String. The toLowerCase() function modifies the String in place rather than returning a new one.
toLowerCase()
myString.toLowerCase()
myString: a variable of type String.
myString
String
Nothing