toLower: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma1 | | arma1 | ||
|1.09 | |1.09 | ||
|gr1= Strings | |gr1= Strings | ||
| Converts the supplied Unicode string to all lowercase characters. If the string doesn't have characters with [[toArray | codes]] > 255, you could benefit from faster conversion using [[toLowerANSI]] | | Converts the supplied Unicode string to all lowercase characters. If the string doesn't have characters with [[toArray | codes]] > 255, you could benefit from faster conversion using [[toLowerANSI]] | ||
| '''toLower''' string | | '''toLower''' string | ||
|p1= string: [[String]] | |p1= string: [[String]] | ||
| [[String]] | | [[String]] | ||
|x1= <code>[[hint]] [[toLower]] "AaBb1"; // returns "aabb1"</code> | |x1= <code>[[hint]] [[toLower]] "AaBb1"; // returns "aabb1"</code> | ||
| [[toString]], [[toArray]], [[toUpper]], [[toFixed]], [[toLowerANSI]], [[toUpperANSI]] | | [[toString]], [[toArray]], [[toUpper]], [[toFixed]], [[toLowerANSI]], [[toUpperANSI]] | ||
}} | }} |
Revision as of 11:25, 18 January 2021
Description
- Description:
- Converts the supplied Unicode string to all lowercase characters. If the string doesn't have characters with codes > 255, you could benefit from faster conversion using toLowerANSI
- Groups:
- Strings
Syntax
Examples
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note