Skip to main content

All Questions

Tagged with
64 votes
5 answers
67k views

Ctrl+Backspace inserts a small box instead of erasing

When I press Ctrl+Backspace, sometimes a small square is inserted, instead of the entire word being erased. The problem only happens in some text boxes; in others the shortcut works like it should. ...
0 votes
2 answers
3k views

How to convert an excel file to a text file without corruption in columns?

I want to convert a bunch of data from excel to text file. But as you can see in the screenshot, numbers are not correctly in their columns. I've tried copying and pasting data into notepad and saving ...
0 votes
1 answer
237 views

How to remove this codes/keys from lines?

Hello everyone i hope you all have a good day. I want to know how to remove/delete the following codes/keys from lines. Example List: m-1407-m-00 64582e-2bd9-4b06-a9a1-78bfd42a7e6d SimpleHere123 ...
1 vote
1 answer
98 views

How do i put separator after each 5 string in 20 random strings?

Hello guys i want to know how do i put separators such as "-" or ":" after each 5 string in 20 random letters&numbers string of many lines using regex? So basically count 5 ...
-1 votes
1 answer
71 views

How to make this Regex work?

i want to know how to make this Regex work ^....*:....* +[|].*$ And ^....*:....* +[=].*$ And ^....*:....* +[-].*$ It works without using ^ for first-line and $ for end of line Basically, i want to do ...
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 ...
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 ...
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 ...
-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 ...
0 votes
1 answer
1k views

How can I remove all lines not containing email:password in notepad++ or Emeditor

Full Example File Containing: [email protected]:testing1 Yse@rur:userto astr@[email protected]:str@st5es @username1:password2 user2:@pass3 [email protected]:1password my@example [email protected]:password !@#$%^ ...
0 votes
1 answer
383 views

How To Remove Lines Containing Any Hash Type in Notepad++

Full example file containing: user:passowrd user:199d8ddda49f7505c8d896c8d2e81011 user:c7c08cc091bbe531449f62dd76e2e7c86e1dfa01 user:8e38fe8363321acd83deb0fc65ea00f9 user:...
0 votes
1 answer
588 views

How To Remove Lines Containing Double Email in Notepad++

Full example file containing: [email protected]:password0 [email protected]:[email protected] [email protected]:[email protected] [email protected]:password1 [email protected]:[email protected] ...
4 votes
1 answer
5k views

Is there a way to prevent notepad from inserting new lines when using word wrap?

I remember it wasn't doing this before but now when I am writing a few paragraphs and paste it into a forum post, I notice my lines were broken into new lines where I have to merge them manually. Is ...
7 votes
4 answers
5k views

How to delete each number at the beginning of a line in Notepad or Microsoft Word?

I have a list like this: 1 http:// 2 http:// 3 http:// 4 http:// 5 http:// I would like to remove 1,2,3,4,5 without doing this manually for each line. The only tool I am using is notepad in a bare ...
0 votes
1 answer
1k views

Arabic/Urdu text scrambled

I had created a file in notepad++, converted its encoding to Characterset->Arabic->ISO-8859-6 and copied and pasted some text in Arabic then closed the file. but when I reopened it, all the text had ...

15 30 50 per page