ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:tolower

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
functions:tolower [2017/03/19 21:07] korshunfunctions:tolower [2017/03/19 21:13] korshun
Line 10: Line 10:
 tolower('A') -> 'a' tolower('A') -> 'a'
 tolower('a') -> 'a' tolower('a') -> 'a'
 +tolower('/') -> '/' // not a letter
 tolower('Ä') -> 'Ä' // non-ASCII character tolower('Ä') -> 'Ä' // non-ASCII character
 </code> </code>
  
 ===== See also ===== ===== See also =====
-[[toupper]]+  * [[toupper]] 
 +  * [[StrToLower]]
functions/tolower.txt · Last modified: 2017/04/15 17:36 by korshun