static L ai_texts_quoted(S a, S b, S c) { new L l; for (S s : ai_texts(a, b, c)) if (isProperlyQuoted2(s)) l.add(unquote(s)); ret l; }