Batch Editor - for Search and replace?
-
good day, notepad++.
Is there any Batch Editor plugin or Package that could help me to perform multiple commands (a list of Regex Expressions or normal replace) ?
I’m working with 5000 files, and I need to run many search and replace expressions, so those to run in order of my preference even if I’m leaving home. A Batch Editor Package will be perfect.
Write now, for many files, I am using TextCrawler - Batch Editor, but it is a kind of slow. Maybe a plugin in notepad++ will work better.
-
You probably should use a scripting language (AWK, PERL, Python, etc.) to do this.
-
For many scripts, I am using TextCrawler, that has a wonderful Batch Editor.