sbool jreplace_multi(LS tok, LS ins, S out) { bool change = true; for (S in : ins) if (jreplace(tok, in out)) change = true; ret change;