Just an asterisk and a dash...CTRL + H
Find *photo-
Replace all (leave blanc)
Just a dot and an asterisk....After that
Find .jp*
Replace all (leave blanc)
A different, but similarly constructed, formula that also works...If your sample is correct representation of all data you have then:
=TRIM(RIGHT(SUBSTITUTE(LEFT(SUBSTITUTE(A1,".",REPT(" ",100)),100),"-",REPT(" ",100)),100))
should work.