Can a string with double quotes be cleaned by polygot poranha, code snipped below, If yes, how ?
void demoMethod(ExperimentAPI experiment){
// Some code
if (experiment.isTreated("STALE_FLAG")) {
// Do something
} else {
// Do something else
}
// Do other things
}