Skip to main content

All Questions

6 votes
2 answers
5k views

How to delete all text except for what's inside quotation marks?

I want to remove all text except for what's between quotation marks. How would I go about doing that? Example: Bran could hear the wind in the trees, the clatter of their hooves on the ironwood ...
Chibi's user avatar
  • 61
4 votes
3 answers
22k views

How To Remove All Lines Containing Any non-ASCII Characters Using Notepad++ or Emeditor

How do I remove all lines containing any non-ASCII keyboard characters? I tried so many times Regular Expressions codes but none work like it should be I even tried this code [^\x00-\x7F]+ but it ...
user677589's user avatar
0 votes
1 answer
326 views

How to remove lines containing less than 3 letters in Email Before "@"domain in notepad++

hello how do i remove lines containing less than 3 letters in email before @domain since @domains containing already more than 3 letters or 3 letters i want to skip that and search before the @domain ...
user677589's user avatar
-2 votes
1 answer
557 views

how to delete all lines containing less than 3 letters before " : " in notepad++

i want to delete all the lines containing less than 3 letters in the username before or after any other characters but i don't need anything change in the password that's why i say before " : " Full ...
user677589's user avatar