Either of these should do it:
=LEFT(A1,SEARCH(" ",A1&"  ",SEARCH(" ",A1&" ")+1)-1)
=LEFT(A1,SEARCH("||",SUBSTITUTE(A1&"  "," ","||",2))-1)