if (document.body) { var replaced = $("body:not(a)").html().replace(/\S{0}(ยง\S*)\b/g, '$1'); $("body").html(replaced); };