_ParseString
if (_ParseString(str, pos))
if (pos && _ParseString(str, pos))
char *_ParseString(BString& outStr, char*& pos);