Manual:DIL Manual/tolower()

From DikuMUD Wiki
< Manual:DIL Manual
Revision as of 22:33, 4 December 2025 by Nove (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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!");


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!");