<- [[crpl:crplreference|CRPL reference]] <- [[crpl:crplreference#string_commands|String Commands]] ===== ToLower ===== ^Arguments^Result^Notation^ |String| String with lowercase |''s1 -- s2''| === Description === Takes a string off the stack, converts all characters to lower case and places the string back on the stack === Examples === # Convert string to lowercase ("creeper world") "Creeper World" ToLower