1
I need a tool that can open a text file and replace characters in a list with other characters in a list.
For example:
Lets say I have a list of "aA", "aB", and want to replace "aA" with "AA".
What is a software program that could do this easily?
Virtually any scripting language can handle this easily: AutoIt, Python, Perl, etc. – MaQleod – 2011-08-21T19:02:18.267
I tried this with python but the logic has not been working properly so now I need a tool. – nobody – 2011-08-21T19:06:03.150
Try notepad++, you can do batch string replacement over many files: http://www.makeuseof.com/tag/how-to-find-and-replace-words-in-multiple-files/, or you can post your Python code and have a mod move this over to StackOverflow.com and they will help you out there.
– MaQleod – 2011-08-21T19:07:56.523