Lower

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

Category: String Returns: string

Signature

Lower(value)

Examples

Lower(var_command)                      // 'OPEN' → 'open'
Lower(var_reply) == 'yes'               // accepts 'Yes', 'YES', 'yes' alike
'the sign reads: ' + Lower(var_shout)   // quiet text down for display
Docs last synced: 2026-07-18
Screenshot viewer