Hi everyone.
I have a very simple doubt.
Let’s assume we have a lot of texts with the same structure and format:
From: account@account.account
Hello,
How are you?
Example
I would like to know how to get all the text below “From: account@account.account” so that It would be:
Hello,
How are you?
Example
I mean I just want to delete the first line. How should I do it?
If I wanted to delete the first two lines, what could I do?
Thanks a lot.