trim some words from string in php code example Example: how to trim text php $text = " hello world "; $text = trim($text); => "hello world"