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