Wikipedia:WikiProject Red Link Recovery/Link matching script/Punctuation

From Wikipedia, the free encyclopedia
UPDATE crushed_links SET link = replace( link, '(', '');
UPDATE crushed_art SET title = replace( title, '(', '');
UPDATE crushed_links SET link = replace( link, ')', '');
UPDATE crushed_art SET title = replace( title, ')', '');
UPDATE crushed_links SET link = replace( link, ',', '');
UPDATE crushed_art SET title = replace( title, ',', '');
UPDATE crushed_links SET link = replace( link, '''', '');
UPDATE crushed_art SET title = replace( title, '''', '');
UPDATE crushed_links SET link = replace( link, '"', '');
UPDATE crushed_art SET title = replace( title, '"', '');
UPDATE crushed_links SET link = replace( link, '-', '');
UPDATE crushed_art SET title = replace( title, '-', '');
UPDATE crushed_links SET link = replace( link, '`', '');
UPDATE crushed_art SET title = replace( title, '`', '');
UPDATE crushed_links SET link = replace( link, '?', '');
UPDATE crushed_art SET title = replace( title, '?', '');
UPDATE crushed_links SET link = replace( link, ':', '');
UPDATE crushed_art SET title = replace( title, ':', '');
UPDATE crushed_links SET link = replace( link, '!', '');
UPDATE crushed_art SET title = replace( title, '!', '');