<?php
$str
=
"The quick brown fox jumped over the lazy dog."
;
= preg_replace(
'/\s/'
,
'-'
);
echo
?>