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