Lua
C++
Edit

Upper

This function returns the uppercase version of the string.

Returns

Returns the string, converted to uppercase.

Example

local s = "John Smith"
Print(Upper(s))
Copyright © 2024 Ultra Software.
All rights reserved.