I would like to find and replace some terms in over 40 HTML files.
I have a list of the terms to find and a list of the terms to replace for.
Every file has between 1 and 10 terms to find and replace. The terms are always different.
How can I do this in bulk?
Example of what I would like to accomplish:
If term "String X" found (in any of the files), replace with term "Other String Y". If not found continue to the next term.
I have a total of 233 terms to find and replace.
Could someone please help me?
Thanks in advance.
I have a list of the terms to find and a list of the terms to replace for.
Every file has between 1 and 10 terms to find and replace. The terms are always different.
How can I do this in bulk?
Example of what I would like to accomplish:
If term "String X" found (in any of the files), replace with term "Other String Y". If not found continue to the next term.
I have a total of 233 terms to find and replace.
Could someone please help me?
Thanks in advance.