remove string from starting up to a word in js code example Example: remove substring from string javascript var ret = "data-123".replace('data-','');