nanos world API Reference Unofficial documentation
Function Shared Native

string.upper

Returns a copy of this string with all lowercase letters changed to uppercase.

Syntax

Lua
string.upper(str)

Parameters

Name Type Default Description
str string The string to convert.

Returns

  • string