toLower: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma1 |Game name= | | arma1 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= Strings |GROUP1= | |gr1= Strings |GROUP1= | ||
| 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]]|DESCRIPTION= | | 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]]|DESCRIPTION= | ||
| '''toLower''' string |SYNTAX= | | '''toLower''' string |SYNTAX= | ||
Line 17: | Line 14: | ||
| [[String]] |RETURNVALUE= | | [[String]] |RETURNVALUE= | ||
|x1= <code>[[hint]] [[toLower]] "AaBb1"; // returns "aabb1"</code>|EXAMPLE1= | |x1= <code>[[hint]] [[toLower]] "AaBb1"; // returns "aabb1"</code>|EXAMPLE1= | ||
| [[toString]], [[toArray]], [[toUpper]], [[toFixed]], [[toLowerANSI]], [[toUpperANSI]] |SEEALSO= | | [[toString]], [[toArray]], [[toUpper]], [[toFixed]], [[toLowerANSI]], [[toUpperANSI]] |SEEALSO= |
Revision as of 03:58, 17 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