<?php $string = " put returns between paragraphs for linebreak add 2 spaces at end "; var_export( preg_replace('/\v+/', ' ', trim($string)) );
You have javascript disabled. You will not be able to edit any code.