func_string_lower.rst 275 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_string_lower:
  2. =====
  3. Lower
  4. =====
  5. Lower -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. Lower$( str$ )
  10. Convert string to lowercase
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. Lowercase equivalent of @str
  16. Examples
  17. ========
  18. See Also
  19. ========