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