I want to extract-remove certain portion of content. Input Something...<center><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/abc"></param><embed src="http://www.youtube.com/v/abc" type="application/x-shockwave-flash" width="425" height="350"></embed></object></center>...something more Code (markup): Output Something......something more Code (markup): So basically I want to remove everything between (and including) <center> </center> tags Thanks in advance
No, you have to add the tags you want to allow as argument. If you leave it in blank it will automatically remove all tags.