REGEX101 – Regular Expressions – How to parse specific words after text in ECMASript?

The text I would like to parse always comes in the following pattern:

“Your $22.12 transaction with Amazon.com”

I would like to parse all text after “transaction with ” which would be the name of company/store.

Can anybody help with this?
Thank you so much!