remove space frome start and end of caracter php code example Example: remove space from start and end of string in php $trimmed = trim($text); var_dump($trimmed);