what is a good regex expression for remove html <img ....tag?
I tried
"<img [/:.a-z =0-9\""_;&]*\->", RegexOptions.Ig noreCase)
but it is not quite working
thank you for your time
I tried
"<img [/:.a-z =0-9\""_;&]*\->", RegexOptions.Ig noreCase)
but it is not quite working
thank you for your time
Comment