I'm looking for the best text editor out there; or at least something powerful. I have something called notepad+ which has a nifty find and replace function, but I wish there were more options.. I'm sure it must get deeper than that.. So what is your go to when you have to mangle large amounts of code?
EDIT: for an example:
Code: Select all
music/DKC1/DKCBONUS.spc;Track#;David Wise
I want to duplicate the text "DKCBONUS", replacing "Track#" in this string.. One way is you could have the editor find the end of "DKC1/" and select all the text up to the ".SPC" copy it, and paste it back, either after the *first* semicolon, or by specifying the actual text: "Track#", if that makes any sense.. And I would have it do this for a long list of files like this.
I have other apps that do this for files and folders, but nothing for raw text, seems to me like there *must* be something with this kind of functionality out there though, or how would I got about it?