StringParser::TryParseCase (open)
Tries to parse a string (case insensitive), returns whether successful.
Syntax
LOADLIB "wh::util/stringparser.whlib";
BOOLEAN FUNCTION TryParseCase(STRING c)Parameters
STRING cString to match case insensitively
Return value
BOOLEANTRUE if the string was present at the original position