Re: [Tutor] how to remove html ags

2006-08-14 Thread John Fouhy
On 15/08/06, anil maran <[EMAIL PROTECTED]> wrote: > hi luke > i tried to do this for 2 weeks using the regexps > i couldnt find it > and hence i was asking you guys > thanks > anil What have you tried? What problems were you having? -- John. ___ Tuto

Re: [Tutor] how to remove html ags

2006-08-14 Thread anil maran
hi lukei tried to do this for 2 weeks using the regexpsi couldnt find itand hence i was asking you guysthanksanilLuke Paireepinart <[EMAIL PROTECTED]> wrote: anil maran wrote:> how to do regular expressions> and remove waht is in and also the brackets> <> Talk is cheap. Use Yahoo! Messenger to m

Re: [Tutor] how to remove html ags

2006-08-14 Thread Luke Paireepinart
anil maran wrote: > how to do regular expressions > and remove waht is in and also the brackets > <> I'm not answering any more of your questions until you read http://www.catb.org/~esr/faqs/smart-questions.html The information you want you could find in any regexp tutorial. If you have a problem

Re: [Tutor] how to remove html ags

2006-08-14 Thread anil maran
how to do regular expressionsand remove waht is in and also the brackets<>Kent Johnson <[EMAIL PROTECTED]> wrote: anil maran wrote:> Human nature is not a machin... > >> for example in the above stirng>> i want to remove > and Try one of these:http://www.oluyede.org/blog/2006/02/13/html-stripper/ht

Re: [Tutor] how to remove html ags

2006-08-14 Thread Kent Johnson
anil maran wrote: > Human nature is not a machin... > > > for example in the above stirng > > i want to remove > and Try one of these: http://www.oluyede.org/blog/2006/02/13/html-stripper/ http://www.aminus.org/rbre/python/cleanhtml.py > > i tried

Re: [Tutor] how to remove html ags

2006-08-12 Thread Daniel McQuay
hey anil,have you had a look at BeautifulSoup?http://www.crummy.com/software/BeautifulSoup/i haven't used it but i have seen it mentioned on the list for parsing html. On 8/12/06, anil maran <[EMAIL PROTECTED]> wrote: Human nature is not a machin...for example in the above stirng i want to remove

[Tutor] how to remove html ags

2006-08-12 Thread anil maran
Human nature is not a machin...for example in the above stirng i want to remove and i triedstr = str.replace('(.*)','')it doesnt workthanks Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1ยข/min.___ Tutor maillis