ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:toupper

Differences

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

Link to this comparison view

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