Welcome to RegexAdvice Sign in | Join | Help

March 2007 - Posts

Remving the style tags with its content

how to remove the content inside the <style> tag. for eg: <html> <style>Shankar</style> </html> I want to remove <style>Shankar</style> from the above text, Can anybody help me in writing the regular expression