python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
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 i...
keep_swimming
Votes: 0
Answers: 2
Remove unmarked text?
How do I remove or replace unmarked text in notepad++ (anything that isn't a 4 digit number in this case)?
I've marked the numbers I want to extract by searching /d/d/d/d, but there doesn't seem to be...
Geo Burns
Votes: 0
Answers: 1
Notepad++ Regex Remove Last x Lines From Files In Directory
Have files beginning with 15 lines of needed info, followed by 3280 extra lines of unneeded data.
Have tried multiple regex patterns to remove last 3280 lines in all files in directory.
Tried similar ...
MBF
Votes: 0
Answers: 1
Removing docker Image tag id from image names
I have list of docker image names like below
aa-bb-cc-2.10.0-14
aa-bc-cd-ef-ghi-2.10.0-410
I want this to be replaced as
aa-bb-cc:2.10.0-14
aa-bc-cd-ef-ghi:2.10.0-410
There are a lot of such docker ...

Sandeep Kumar
Votes: 0
Answers: 1