Upper

Returns a copy of a string with all lowercase letters converted to uppercase, using the same casing rules regardless of the player’s language settings. For the lowercase variant see Lower.

Category: String Returns: string

Signature

Upper(value)

Examples

Upper(var_player_title)                 // "sir reginald" → "SIR REGINALD"
Upper(var_answer) == "YES"              // case-normalized comparison against a fixed answer
Upper(var_shout) + "!!!"                // emphasize shouted dialogue
Docs last synced: 2026-07-08
Screenshot viewer