From: Mark Thomas Date: 2009-05-06T06:05:12+09:00 Subject: Re: Strinpping html using regexp On May 5, 10:38 am, Arun Kumar wrote: > Hi, >    I want to remove the all html tags in a string using regexp. No, you really really don't. Trust me. > I want pure regexp to fetch the data other than the html tags. If you had said "pure XPath", then that would make sense. -- Mark.