String.lower

From Data Realms Wiki

Jump to: navigation, search

string.lower (s)

Receives s (a string) and returns a copy of s with all uppercase letters changed to lowercase. All other characters are left unchanged. Example:

  1. print(string.lower ("Hello, world!"))

Will result in: hello, world!

Personal tools