toLower: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (see also) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Converts the supplied string to all lowercase characters. |= | | Converts the supplied string to all lowercase characters. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''toLower''' string |= | | '''toLower''' string |SYNTAX= | ||
|p1= string: [[String]] |= | |p1= string: [[String]] |PARAMETER1= | ||
| [[String]] |= | | [[String]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[[hint]] toLower("AaBb1")</code> returns "aabb1"|= | |x1= <code>[[hint]] toLower("AaBb1")</code> returns "aabb1"|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[toString]], [[toArray]], [[toUpper]], [[toFixed]] |= | | [[toString]], [[toArray]], [[toUpper]], [[toFixed]] |SEEALSO= | ||
}} | }} |
Revision as of 14:50, 7 April 2019
Description
- Description:
- Converts the supplied string to all lowercase characters.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
hint toLower("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