$string = ‘תאריך לחיפוש- יום וחודש’; $pos = strpos($string, ‘/’); if ($pos !== false) { $result = substr($string, $pos + 1); } else { $result = ”; } return $result;