$('.content blockquote a').each(function () { var regex = /^http:\/\/everything2\.com\/title/; regex.test(this.href) && $(this).replaceWith(this.textContent) })