AW: [PHP] regular expresion

2005-02-02 Thread Mirco Blitz
Hi, Use strip_tags() instead of regex. http://www.php-center.de/en-html-manual/function.strip-tags.html Greetings Mirco -Ursprüngliche Nachricht- Von: php [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 2. Februar 2005 09:25 An: php-general@lists.php.net Betreff: [PHP] regular

Re: AW: [PHP] regular expresion

2005-02-02 Thread Stian Berger
Hi! strip_tags() would not solve his problem, although that was my first thought as well. To skip tags, including content, where content contains certain words is possible. But to me the problem occurs with nested tags. What do you want to do when you meet tables? Here is an example that