Manual:DIL Manual tolower() - Seifert69/DikuMUD3 GitHub Wiki
Function: string tolower ( s : string ); s String to lower case return the string passed in lower cased
This function returns a copy of the string passed in but with out capitals. Example: "hello!" := tolower("HELLO!");