assuming the whole string is stored in Cell B4, try the following formula in the cell where you desire the result:
Formula: copy to clipboard
=MID(B4,FIND("""",B4,1)+1,FIND("""",B4,FIND("""",B4,1)+1)-(FIND("""",B4,1)+1))