Scenario
Recently I extracted emails from 430 different html webpages of organizations with regex but some organizations had multiple emails and here's what the mess looks like
Input
Organization 2
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
Organization 3
[email protected] [email protected]
What I want
The very first email of these organizations is the important email. Is there any way regex can select everything after the first whole word and I can use Notepad++'s "Replace All" to remove it?
Output(Something like this)
Organization 2
[email protected]
Organization 3
[email protected]