static void web_performReplace(Web replaceWeb, Web web) { for (Pair p : web_relationsOfTypeIC(replaceWeb, "replace with")) web_replaceLabels(web, p.a.text(), p.b.text()); }