For a quick and dirty solution, which is what I was looking for (just wanted to see a report every day for myself) I used:
=MID(A2, SEARCH(B2, A2]) + LEN(B2) + 4, 30)
You can adjust the final constant to see what you need. You could bolster this with extra regex's and make it better, but this was fine for my purposes