static bool isUnproperlyQuoted(S s) { ret startsWith(s, '"') && !isProperlyQuoted(s); }