find in files and replace and regex
-
Hi there again,
I do have xml files that need to be corrected.
for instance, I have something like<title>The name of the picture with é à and ù or some strange accents</title>
<image>The name of the picture with é à and ù or some strange accents</image>I need to change only the txt between the tag <image>
So I’m using regex and find in files and replace. The expression <image>(.)à(.)</image>. It works well, but only for one file, and not for all the files in my folder… any idea to solve the problem ? Even if I save it in macro, I think it will take quite long time, do you know any plugins wich could do the job ?
I don’t know if it’s possible to do so with Notepad… but maybe you are ;)
Regards,
GR