Skip to main content

All Questions

Tagged with
0 votes
2 answers
75 views

Reverse Right to left text with examples [closed]

I want to get this The text comes as a sample like this sample This: hello all my name nora like this: nora name my all hello Of course, the important point is that this is not just for one text, I ...
omid leon's user avatar
1 vote
1 answer
56 views

Notepad++ and regex: how to UPPERCASE only first letter in specific words with / find / replace [duplicate]

This is the given situation: INPUT TEXT jjj=Johann{enter}{enter} uuu=08:30{tab}18:00{tab} vvv=08:30{up}18:45{down}08:30{left}18:45{right}08:30{tab} OUTPUT TEXT (goal) jjj=Johann{Enter}...
Johann Sterzik's user avatar
0 votes
1 answer
24 views

delete specific portion of text in Notepad++

I need to edit a very large output file of access-list entries. They all contain extra contents I need removed. Example below: access-list outbound extended permit ip host 10.109.40.1 10.3.0.0 255.255....
wags1970's user avatar
-3 votes
1 answer
48 views

Delete short lines in Notepad++

How can I delete short two-character lines in a text file using Notepad++ This is an original test file: U70779 Especial P160993 Especial DV P091262 HX HkP095379 E Ty TP P204406 Da AC Arturo Cobo ...
Enrique Yedra's user avatar
0 votes
1 answer
61 views

NotePad++ - Replace 100+ unique lines in file with new unique lines

I am trying to take a large text file and replace about 140 rows of the data with brand new rows of data. I have all the rows I need to replace in a text file, along with the new rows, but can't ...
janderson055's user avatar
-1 votes
1 answer
275 views

Notepad++ Change List in the format "Firstname Lastname" to "[email protected];" [duplicate]

So I regularly get lists of names and need to be changing them into email addresses. They arrive like, Firstname1 Lastname1 Firstname2 Lastname2 ...and so on. How can I use Notepad++ to change them ...
Alphatucana's user avatar
0 votes
3 answers
415 views

Extract only first occurrence of strings from each line

I have a CSV file, around 5k lines, with the following example: apple,tea,salt,fish apple,oranges,ketchup ... salad,oreo,lemon salad,soda,water I need to extract only first line matching apple or ...
kane3's user avatar
  • 11
-1 votes
1 answer
63 views

How to remove every line that doesn't contain special/specific characters in Notepad++

I would like the remove every line that doesn't contain the next characters: ! ? # * $ [ ] { } - _ ( ) How should I do that, please?
Breyan's user avatar
  • 1
0 votes
1 answer
606 views

Notepad++ show results of search in one row even when occurs several times in text

I have some Testlog-files and want to check them with notepad ++. E.g. I am looking for the Word ERROR while using "Find all in current document" This gives me a row for each occurrence. But ...
user3443063's user avatar
  • 1,571
8 votes
1 answer
3k views

Regular Expression to Remove Line Breaks from Specific Lines

I have a text file with each paragraph on its own line. Some of the paragraphs got split at the start of a word. For example: Books are an effective way to communicate across time, both from the ...
Dave Brunker's user avatar
  • 1,637
2 votes
2 answers
332 views

Delete odd numbered lines in text, skip blank lines

I have text of a poem that starts with the original language on odd numbered lines and a translation on even numbered lines. I want to remove the original language odd lines. I could use the Notepad+...
Dave Brunker's user avatar
  • 1,637
-1 votes
1 answer
356 views

Copy and mark more than one line at once in notepad++

I have a big text file in which I search for lines I need to delete. I manually copy one line than put the mark button and repeat it again, I want to know if it possible to put all lines or at least ...
galaga's user avatar
  • 3
-2 votes
3 answers
424 views

Regex to remove double lines ignoring the punctation marks and spaces in Notepad++ [duplicate]

Is it possible to remove duplications with ignoring the punctation marks and spaces in Notepad++? I would keep one of them matching lines (doesn't matter which to keep). My examples are from the txt ...
user2311056's user avatar
0 votes
2 answers
438 views

Move all text between two "\t" in Notepad++

I have more than a million lines of text in this format: AAAA BBBBBBBBBBBBBBB CCCC Separated by \t I want to have it in a format AAAA_CCCC BBBBBBBBBBBBBBB But I cannot seem to figure out how to do ...
keep_swimming's user avatar
0 votes
1 answer
72 views

How to delete text before another text on every line

I have a list with oauth's, i have the format username:oauth:token, I need to get only tokens removing username and the oauth text on each line, like from UserCool:oauth:djhjwfjfwjfjwfj to ...
FedeGioz's user avatar

15 30 50 per page
1
2 3 4 5
12