ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


new:string

This is an old revision of the document!


String functions

Case-insensitive string functions use toupper and tolower, which don't support non-ASCII characters.

  • bool StrIsEmpty(str s) – returns true if S is an empty string (“”). Do not use with invalid string ids.
  • bool StrEquals(str a, str b) – returns true if strings are equal.
  • bool StrIEquals(str a
new/string.1519149371.txt.gz · Last modified: 2018/02/20 19:56 by korshun