skipWhitespace
skipWhitespace(&expr);
skipWhitespace(&expr, 1);
skipWhitespace(&string);
skipWhitespace(&string);
skipWhitespace(&string);
void skipWhitespace(const char** expr, int32 skip = 0);