Function; strlower - HWRM/KarosGraveyard GitHub Wiki

strlower(<sString>)

Description

(from LUA 4 Manual: 6.2 String Manipulation)

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

Example

Arguments

<sString>: the string to convert to lower case.

Related Functions

Function Reference

LUA 4 Manual: 6.2 String Manipulation

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial

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