I need a little bit of your help if you can. I need the regular expression in php to remove multiple new lines and redundant whitespaces if occur more than 1.
for example
Hi this is
a
test code
------------------> convert above into
Hi this is
a
test code