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

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
functions:strtoupper [2017/03/19 21:03] korshunfunctions:strtoupper [2017/03/19 21:12] 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>
-StrToUpper("Hello There") -> "HELLO THERE"+StrToUpper("Hello There!") -> "HELLO THERE!"
 </code> </code>
 +
functions/strtoupper.txt · Last modified: 2017/04/15 17:37 by korshun