Replace one string with another, with case-insensitive matching
void ireplace(const char * from, const char * to);
DString Class