123456789101112131415161718192021222324252627282930313233 |
- .. _func_string_lower:
- =====
- Lower
- =====
- Lower -
- Description
- ===========
- .. code-block:: blitzmax
- Lower$( str$ )
- Convert string to lowercase
- Parameters
- ==========
- Return Values
- =============
- Lowercase equivalent of @str
- Examples
- ========
- See Also
- ========
|