Extract 10+ words after :
-
Hello I have this kingsbfbrhr@yahoo.com:jfjduropjdbfyhdj
Hhdhdhdbddhd@aol.com:kfhuiropjfnhdhdh
Hdhdhdhdrh@yahoo.com:hdutionfbshshsssSo I want to extract all lined with 10+ password after :
Thanks
-
If the layout of your data is as you posted, a regex like:
(?<=\:).{10,}
find passwords with 10 or more characters.
Use the mark tab from the find dialog and bookmark the lines when searching.
Then select the desired function from theSearch->Bookmark
menu.