UCASE
UCASE(<input>,[&output])
Type: Action
Category: Calculations
Permission: N/A
Since Minecraft Version: v1.7.2
Since Version: v0.10.4
Minor: 10
API: 15
Patch: 4
Description
Converts the input string to upper case and stores it in output.
Returns the output.
Example
&string = "HeLLo wORLd"
UCASE(%&string%,&variant1)
&variant2 = UCASE(%&string%)
// Both output "HELLO WORLD"
LOG(%&variant1%)
LOG(%&variant2%)
Changelog
- Added em v0.10.4: