QString str = "rock and roll";
str.replace(5, 3, "&");   // str == "rock & roll"