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