https://www.ads-software.com/plugins/search/search+replace/
MAKE A BACKUP FIRST!
]]>Again, be sure to make a full database backup before you do a search and replace, so you don’t risk losing data.
]]>I am assuming that I will need to have it search the tag, and then leave the second box blank, correct?
]]>I am assuming that I will need to have it search the tag, and then leave the second box blank, correct?
I’m not sure if I fully understand the question, but some plugins support wildcard or fuzzy matches to match partial results.
Another option is to use WP-CLI and run wp search-replace
using the regex option
https://developer.www.ads-software.com/cli/commands/search-replace/
A third (scary) option is to do this directly in MySQL. If you go this route, it may be easiest to dump the database to a text file, then use your preferred text editor to do the find and replace, then import the updated database file.
With any of these options, make a separate database backup first.
]]>