I have text files that are sometimes; property "something"
comment "whatever" but sometimes there are newline characters in the comment field; property "something" comment "something something else a third thing" I want to replace any newlines between 'comment "' and the next '"' with spaces so the whole comment is on a single line. How can it be done?

