My goal is to replace the links in the database with a catchall link. I generally use the REPLACE command for replacing string in the database, but this time I am having dif
REPLACE() does text replacement. There is no regular expression replacement in MySQL.