Source Code:
(back to article)
<?php $string = " Hello, world! "; $trimmedString = trim($string); echo $trimmedString;
Result:
Report an issue