toLowerANSI
Jump to navigation
Jump to search
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]]