I have a file like so...
[email protected]:password
I would like to remove the hotmail address and just keep the password with no :
So the file will look like the following in a nice list..
passwords passwords
Use the find and replace option (CTRL + H):
Use the Regular Expression mode and replace .*:
with an empty string.
This will result in a list of passwords which are line seperated.
Then, if you want to remove the new-lines switch to Extended *\n, \r ...) mode and replace \n
with a space. (You might need \r\n
depending on how you saved your file)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With