Forum Moderators: open
Also, if it could do this function across multiple files, i.e. a folder then more the better.
Thanks in advance - as long as it is free and does the above I will be happy with it :)
It depends what you want to do, but for what you want, why use a text editor? You can use
1. grep
Comes on all Unix systems in various forms with various capabilities. Various versions are available for Windows. One version that's fairly cheap is
[wingrep.com...]
2. The best of all Windows search and replace tools, hands down, and it's FREE is BKReplace Em
[orbit.org...]
Full RegEx support, including group substitution (in other works you can do
abc(def)ghi(jkl) $2$1 and get jkldef.
You can also save search and replace sets and run batch jobs with multiple, sequential search and replaces. Will change your original files or back them up.
3. If you want a freeware editor with RegEx,
- Hapedit has basic multi-file regex search but not replace
- EditPad has it, but in *paid* version only
Tom