Skip to main content

All Questions

Tagged with
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 ...
Reza Asharian's user avatar
0 votes
1 answer
236 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 ...
user677589's user avatar
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 ...
user677589's user avatar
-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 ...
user677589's user avatar
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
323 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
555 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
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 !@#$%^ ...
user677589's user avatar
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:...
user677589's user avatar
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] ...
user677589's user avatar
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 ...
Just_another_developer's user avatar
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 ...
Joan Venge's user avatar
  • 1,496
-1 votes
2 answers
386 views

Find and Replace using different keywords

Example. I want to find and replace using: Test1 Test2 Test3 Of course I have to input and click it 3 times in order for me to find and replace using those terms. How do I do it in one shot? Does ...
Sifr87's user avatar
  • 1
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 ...
kirk's user avatar
  • 71

15 30 50 per page