sring remove in js code example Example: js remove string from string var ret = "data-123".replace('data-',''); console.log(ret); //prints: 123