value); $escaped = str_replace('"', '\"', $escaped); return ($this->negated ? '-' : '') . '"' . $escaped . '"'; } }