<script>
var str="w-ang, ok";
str=str.replace(/[\-|,| ]/g,"");
alert(str)
</script>