how to remove certain letters from a string in javascript code example Example: remove substring from string javascript var ret = "data-123".replace('data-','');