ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:strtolower

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
functions:strtolower [2017/03/19 21:02] – created korshunfunctions:strtolower [2017/04/15 17:37] (current) korshun
Line 6: Line 6:
 Returns s with all characters converted to lowercase using [[tolower]]. Returns s with all characters converted to lowercase using [[tolower]].
  
-Only ASCII characters are supported.+<note important>Non-ASCII characters are not changed.</note>
  
 ===== Examples ===== ===== Examples =====
 <code> <code>
-StrToLower("Hello") -> "hello"+StrToLower("Hello There!") -> "hello there!"
 </code> </code>
 +
 +===== See also =====
 +[[StrToUpper]]
functions/strtolower.txt · Last modified: 2017/04/15 17:37 by korshun