I have a String from a tabel innerHTML where i need to remove all img tags using replace my Regex removes everthing after the first img tag my code at JSFiddle here
I have a String from a tabel innerHTML where i need to remove all img tags using replace my Regex removes everthing after the first img tag my code at JSFiddle here
.innerHTMLproperty anyway - it's much better if you do this removal using DOM methods instead - don't try to do it with regex.