Remove a range of characters from a string
void remove(ptrdiff_t startPos, ptrdiff_t bytes);
DString Class