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 c
String to match case insensitively
Return value
BOOLEAN
TRUE if the string was present at the original position