Find first instance of any of the characters in a list
ptrdiff_t findFirstOf(const char * charList, int offset = 0) const;
DString Class