string.lower
Example
Demonstrates the use of this function.
Output: abcdefg
abcdefg
abcdefg
1234567890
Example
Demonstrates a common use for string.lower - case-insensitive user input.
Output: apple Buy an apple!
Apple Buy an apple!
APPLE Buy an apple!
banana Buy a bunch of bananas!
BaNaNa Buy a bunch of bananas!