For a known unique number (in green) I need to get a sender name (in blue), which can be in 1-3 lines.
(2) At the beginning of this txt file there is a table with all specific unique numbers in a file. I would like to delete this table → i.e. delete all text in a file before first occurence of text “Post:”.
For the second. The table is before the text in picture above.
So, now I am thinking, I might replace substring of all text from 0 to “Post:” with blank.