So I regularly get lists of names and need to be changing them into email addresses. They arrive like,
Firstname1 Lastname1
Firstname2 Lastname2 ...and so on.
How can I use Notepad++ to change them into this?
Firstname1.Lastname1@ourdomain.com;
Firstname2.Lastname2@ourdomain.com; ...and so on?
I've never studied regular expressions but I suppose there must be a way of doing this fairly simply. I've searched on Google but nobody seems to have asked this precise question before. Also - it needs to retain the CRLF at the ends of the lines...