<- CRPL reference <- String Commands
| Arguments | Result | Notation |
|---|---|---|
| String | String with uppercase | s1 – s2 |
Takes a string off the stack, converts all characters to upper case and places the string back on the stack
# Convert string to uppercase ("CREEPER WORLD")
"Creeper World" ToUpper