ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


new:ctype

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
new:ctype [2018/02/20 19:38] – created korshunnew:ctype [2018/02/20 19:39] korshun
Line 48: Line 48:
   * ''bool StrIsUpper(str s)'' -- ''isupper''   * ''bool StrIsUpper(str s)'' -- ''isupper''
   * ''bool StrIsXDigit(str s)'' -- ''isxdigit''   * ''bool StrIsXDigit(str s)'' -- ''isxdigit''
 +
 +These functions make all characters in the string lowercase or uppercase:
 +
 +  * ''str StrToLower(str s)'' -- returns the string with all characters converted to lowercase.
 +  * ''str StrToUpper(str s)'' -- returns the string with all characters converted to uppercase.
 +
  
  
new/ctype.txt · Last modified: 2018/02/20 19:41 by korshun