static bool isNormalQuoted_dirty(S s) { ret startsWith(s, "\"") && endsWith(s, "\"") && l(s) >= 2; }