tryphp_func_string_trim2.php:
"; echo "With trim: " . trim($str); ?>
Without trim: Hello World!
With trim: Hello World!