Downcase
From SDU
To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.
To discuss or ask questions about this article, select the discussion tab above.
Overview
Spell function converting string to a lowercase (coverts all characters in string to lowercase)
Usage
string downcase(string attr);
- attr - any string
Results
Returns converted string.
Examples
if(downcase(option_value) == "yes" ) { option_value="Yes"; } else if (downcase(option_value) == "no") { option_value="No"; }
Categories: Customizations | R6 | R11 | R12 | Spell Code




