How do I replace null with empty string in the output

I am doing scraping of Amazon reviews. Some of the fields I am using can be non-existente for some reviews and the returned value in the output shows null.

Is there a regex I can use in my selector to replace null by empty string?

Thanks