static double nodeMatch_dollarVars(WebNode a, WebNode b) { if (a.text().startsWith("$")) ret b.text().startsWith("$") ? -1 : 0; ret containsAll(web_ucTexts(a), web_ucTexts(b)) ? 0 : -1; }