Kevin
Well-known member
Hopefully an easy solution... I'm trying to do a template modification do remove chunk of code from a template. Easy enough for a 'simple replacement' till I realized that the exact same chunk of code appears several times and the simple replacement only removes the first match.
Any way to either do a simple replacement but specify all matches or there is a regex I could to do remove the chunk of code? Because the lines in question have opening tags, closing tags, quotes, and all the usual stuff you'd find in a template I'm not sure how to do the regex match.
Thanks
Any way to either do a simple replacement but specify all matches or there is a regex I could to do remove the chunk of code? Because the lines in question have opening tags, closing tags, quotes, and all the usual stuff you'd find in a template I'm not sure how to do the regex match.
Thanks