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