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