$text = #טקסט#; $result = $text; if (strpos($text, ” “) !== false) { $result = rtrim($text); } return $result;