ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


new:string

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
new:string [2018/02/20 19:56] korshunnew:string [2018/02/20 19:56] korshun
Line 5: Line 5:
   * ''bool StrIsEmpty(str s)'' -- returns true if S is an empty string (''""''). **Do not use with [[empty_string|invalid string ids.]]**   * ''bool StrIsEmpty(str s)'' -- returns true if S is an empty string (''""''). **Do not use with [[empty_string|invalid string ids.]]**
   * ''bool StrEquals(str a, str b)'' -- returns true if strings are equal.   * ''bool StrEquals(str a, str b)'' -- returns true if strings are equal.
-  * ''bool StrIEquals(str a +  * ''bool StrIEquals(str a, str b)'' returns true if  strings are equal (case-insensitive).
-''+
new/string.txt · Last modified: 2018/02/20 19:58 by korshun