window.str="0 1 10 10 20 0"; function change(a) { return window.str.replace("(^|\\s)"+a+"($|\\s)",'.......'); } alert(change('1'));