In a text file, I have a long list of email addresses, one per line.
To be valid, an address should match the regular exporession
^[_a-zA-Z0-9]{1,[EMAIL PROTECTED]

That is: the part before the @ symbol should consist of 1 up to 8 characters (a
to z, A to Z, 0 to 9 or _).
Following @ should be exactly 5 characters (a to z, A to Z), followed by
.xyz.com.

The above expression works fine, and by pressing F3 I jump from one correct
address to the next one.

However, can I change my expression in such a way that I jump from one INVALID
address to the next INVALID address? Only a minor part of the addresses is not
valid, and searching for addresses that do not match the regular expression
would be much more efficient.

-- 
<http://forum.pspad.com/read.php?2,33846,33846>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem