I'm just looking for a way to quicken the process of adding info after every line in a notepad application.
I've got a notepad file that has many entries, around 1000+ and am looking to find a way to add ,"" after every line however I can't simply search and replace since every line is different than the other. Is there another way to simply add three characters after every line reqgardless of what they are?
Open Notepad++, then click Ctrl + F . *Find What: "^" (which represents index of the each line - "PREFIX"). For Suffix on each line: Follow the same steps as above "Replace ^ with $" . That's it.
You can get this in notepad++ with CTRL+ALT+Move Mouse to where you want across multiple lines, but I want to be able to do this with keyboard shortcuts across the entire document.
You can do so by hitting Cntrl+F and then checking regular expression box.And put what you want to replace with what thing. You can put regular expression to find as
\r
and replace it with
"YOUR TEXT"\r
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With