Hello,
I’m trying delete specific lines, but I’ve trying so much tutorials but none has worked for me.
My texts are like this:
example01@example.com|example1
exple002@example.com|example0
example03@example.com|
example04@example.com|123
example05@example.com|
example06@example.com|
In this caso, my specific value is " | “.
I want delete all lines texts without word/number after the “|”, (example0#@example.com|)”.
And result final will be:
example01@example.com|example1
exple002@example.com|example0
example04@example.com|123
So, how i can do it in Sublime Text 3?
I hope that you’re understanded my doubt.
Thank you everyone!
(Sorry for my bad English)