76777879808182838485
for (int i = 0; i < vars.length; i++) { String word = vars[i].toString(); if (isMatch(replace, word)) { matchList.add(new CompletionProposal(word, offset, replace .length())); } } }