toLowerANSI: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) mNo edit summary |
Killzone Kid (talk | contribs) (see also) |
||
Line 21: | Line 21: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[toString]], [[toArray]], [[toUpper]], [[toFixed]] |SEEALSO= | | [[toLower]], [[toString]], [[toArray]], [[toUpper]], [[toFixed]] |SEEALSO= | ||
}} | }} |
Revision as of 01:09, 13 July 2019
Description
- Description:
- Converts the supplied string to all lower case characters fast. ANSI in this case refers to Windows-1252 code page. For Unicode alternative see toLower.
- Groups:
- Uncategorised
Syntax
- Syntax:
- toLowerANSI string
- Parameters:
- string: String - ANSI string
- Return Value:
- String - all lower case string
Examples
- Example 1:
hint toLowerANSI "AaBb1"; // returns "aabb1"
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
[[Category:Introduced with arma3dev version 1.95]][[ Category: arma3dev: New Scripting Commands | TOLOWERANSI]][[ Category: arma3dev: Scripting Commands | TOLOWERANSI]]