// supports the usual quotings (', ", variable length double brackets) static boolean isQuoted_quick(S s) { ret isNormalQuoted_dirty(s) || isMultilineQuoted(s); }