ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:strtoupper

Differences

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

Link to this comparison view

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