Relative Content

Tag Archive for notepad++

can i delete certain text within a given column in notepad++

I have already edited a huge notepad file down by deleting certain lines through the methods described above. What I would like to know is, is it possible to delete lines based on the appearance of a certain string but with that string in a given column? (the file is in columns)
So: let’s say I want to delete all lines where the single letter uppercase “K” appears in a certain column – and just that column. I don’t want to delete all lines that happen to have “K” in any-old-where!

Text separation in Notepad++

I have several lines with different IP addresses, they are sorted by ip addresses, I need to make sure that they are still separated by a space, but I will attach screenshots automatically for clarity,I explain a little stupidly lol

How to Replaces part of a line based on structural similarity between two files with notepad++

I’ve got data of 2 different files and I want to merge it in bulk
Original file:Sorry, darling, I haven’t got time for underlings. and I want to change it to
content contentuid=”h000006d4gcefbg4092gbb39gfeb27a3bb0a7″ version=”1″>Xin lỗi nhé tình yêu, tôi không có thì giờ tiếp quân lâu la. but with a large number (more than 300k lines), is there any way to merge the text after “> and before , they have the same id numbers before “> and only the contents are different. content behind

How do you Replace all RS line breaks in Notepad++ with /n

I am trying to create a /n line break in notepad++ to replace the RS line break to make an actual /n line break to see the code on multiple lines. Is there an ASCII code or something like that to enter in the Find and Replace all section? 
Picture of RS Line Break example