$(document).ready(function() { var strNewString = $('body').html().replace(/\./g,'---'); $('body').html(strNewString);});
Login to post response