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

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