$substrings = explode(" ", $string); foreach ($substrings as $key => $value) { $substrings[$key] = trim($value); }