Ugh, had no idea string's
test1.erase(2);
did this. I think I'd rather test1.resize(2);
for consistency with containers.