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 mysetSet of characters, stops parsing when any of those characters are encountered
Return value
STRINGParsed characters