// supports the usual quotings (', ", variable length double brackets) static boolean isQuoted(S s) { if (isNormalQuoted(s)) true; // use the exact version ret isMultilineQuoted(s); }