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