This is my reply
On Wed, Jun 23, 2021 at 3:22 PM A User (User) <user@mygmailaccount.com>
wrote:
> hello this is my initial email.
>
>
I only want to be able to display my reply message and remove all previous responses.
I use the following regex expression, and it removes everything after "wrote:"
\wrote.*$
Which displays
This is my reply
On Wed, Jun 23, 2021 at 3:22 PM A User (User) <user@mygmailaccount.com>
I need an expression that will look for the "On" and "wrote:" and remove everything after it.