String.lower

From Data Realms Wiki

Revision as of 22:08, 8 October 2011 by Doves (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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