Re: deleting HTML tag...but not everyone

2004-07-29 Thread James Edward Gray II
On Jul 29, 2004, at 7:52 AM, Francesco del Vecchio wrote: Hi guys, Hello. I have a problem with a Regular expression. I have to delete from a text all HTML tags but not the DIV one (keeping all the parameters in the tag). This is a complex problem. Your solution is pretty naive and will only wor

Re: deleting HTML tag...but not everyone

2004-07-29 Thread Jenda Krynicky
From: Francesco del Vecchio <[EMAIL PROTECTED]> > I have a problem with a Regular expression. > I have to delete from a text all HTML tags but not the DIV one > (keeping all the parameters in the tag). Don't do that! You should use a HTML parser module instead of regexps. Parsing HTML is not as