Replace one set of characters with another
void translate(const char * from, const char * to);
DString Class