How to write this regex expression -


In my HTML I have the tag below:

    

Using regex expression How do I delete alt = ""

?

update

is on its floating type I have to type it so much: (Text has been replaced by TextB)

  regex_replace = "textA", "textB"  

This attempt on the current type Do:

  regex_replace = "/ alt =" "/", ""  


Comments