ToLower()

From ElectronicWar

Jump to: navigation, search
Function information for toLower()
Function toLower()
Parameters (string)
API All
Cost $0
Level N/A
CPU Usage 0
Description Converts the string passed as a parameter into lower case.


[edit] Challenge Script Example

lineStr = "HELLO, WORLD.";
lowerStr = toLower(lineStr);
 Output: lowerStr = "hello, world"
Personal tools