The search keyword must be a single word (no spaces).
Function StringCase
- Line
- 2244
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- string source, boolean upper
- Returns
- string
| 2244 | native StringCase takes string source, boolean upper returns string |
| 2245 | native StringHash takes string s returns integer |
| 2246 | |
| 2247 | native GetLocalizedString takes string source returns string |
| 2248 | native GetLocalizedHotkey takes string source returns integer |
| 2249 |
Information about StringCase
City17
4 years
turns the text to upper/lower case and returns it. Only works for ASCII characters (A-Z), not Unicode (Дружба).
upper = true: turn to UPPER CASE
upper = false: turn to lower case
upper = true: turn to UPPER CASE
upper = false: turn to lower case
You must be logged in with a standard account to contribute.