remove string from character javascript code example Example: js remove string from string var ret = "data-123".replace(/data-/g,'');