<- CRPL reference <- String Commands

ToUpper

ArgumentsResultNotation
String String with uppercases1 – 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