<?php $string = " My text has so much whitespace Plenty of spaces and tabs "; var_export( preg_replace( ['/\h+/', '/\v+/'], [' ', PHP_EOL], trim($string) ) );
You have javascript disabled. You will not be able to edit any code.