StringParser::ParseWhileNotInSet (open)
Parses all subsequent characters that are not in the set
Syntax
LOADLIB "wh::util/stringparser.whlib";
STRING FUNCTION ParseWhileNotInSet(STRING myset)
Parameters
STRING myset
Set of characters, stops parsing when any of those characters are encountered
Return value
STRING
Parsed characters