lower
| Explanation | Converts uppercase letters in strings to lowercase letters | |
| Call format | var s = lower( character string ) | |
| Return value | String with uppercase converted to lowercase | |
| Arguments | String string | Original character string |
| Exception | None | |
| Example of use | | |
| Related item | upper method | |