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 (“”). Does not check for invalid string numbers.
  • bool StrEquals(str a, str b) – returns true if strings are equal.
  • bool StrIEquals(str a
new/string.1519149343.txt.gz · Last modified: 2018/02/20 19:55 by korshun