I am very new to regular expressions and I have some 20k lines in a text file following a specific format. Example below
To: 1234@abc.com
From: 5678@abc.com
Message-info: hshjsjsjjsjdjdjsjjsj
Subject: email regarding
Your new house
I need ‘To: ‘ and ‘Subject:’ lines to be copy and pasted a new editor.
I have used ‘bookmark lines’ option in notepad++ for both To and Subject separately but the total number is not matching. Any help would be appreciated