val='first_______-----second ____ third ___four-___'; str_v=val.replace(/[-_—]+/,' ').replace(/ +/, ' '); alert(str_v);