Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Block <img> tags
Re: Block <img> tags
01-12-2009, 10:53 AM
ValleyHope
Joined on 06-12-2008
Posts 19
Re: Block <img> tags
Reply
Quote
OK, so I changed it to:
return
code.replace(/(<img[^\>]*\>)([\s\S]*)(\<\/\>)/i,
"$2"
);
and still the same. Would you happen to know what would be the right Regular Expression?
Thanks
View Complete Thread