Function; strupper - HWRM/KarosGraveyard GitHub Wiki

strupper(<sString>)

Description

(from LUA 4 Manual: 6.2 String Manipulation)

"Receives a string and returns a copy of that string with all lower case letters changed to upper case. All other characters are left unchanged. The definition of what is a lower case letter depends on the current locale."

Example

Arguments

<sString>: the string to return an upper-case copy of.

Related Functions

Function Reference

LUA 4 Manual: 6.2 String Manipulation

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial

⚠️ **GitHub.com Fallback** ⚠️