![]() |
|
Looking for help with removing email:pass from a txt document? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +---- Forum: Requests (https://sinister.ly/Forum-Requests--826) +---- Thread: Looking for help with removing email:pass from a txt document? (/Thread-Looking-for-help-with-removing-email-pass-from-a-txt-document) |
Looking for help with removing email:pass from a txt document? - XEXX - 05-24-2021 Unsure if I’m posting this in the right place but I’m stuck. I have a txt document with 5000+ email:pass + capture. How can I remove/save just the email:pass from this? Any help appreciated. RE: Looking for help with removing email:pass from a txt document? - mothered - 05-24-2021 Moved from the Tutorials forum to Requests. RE: Looking for help with removing email:pass from a txt document? - fritz - 05-24-2021 You could just use a simple regex, for example : https://regex101.com/r/DgI37i/1 |