Re: [PHP] preg_match question: locating unmatched HTML tags

2003-02-22 Thread Ernest E Vogelsinger
At 03:35 22.02.2003, Andy Crain said: [snip] My apologies in advance if this too basic or there's a solution easily found out there, but after lots of searching, I'm still lost. I'm trying to build a regexp that would parse user-supplied text and identify

RE: [PHP] preg_match question: locating unmatched HTML tags

2003-02-22 Thread Andy Crain
, February 22, 2003 1:06 AM To: 'Andy Crain'; [EMAIL PROTECTED] Subject: RE: [PHP] preg_match question: locating unmatched HTML tags I'm trying to build a regexp that would parse user-supplied text and identify cases where HTML tags are left open or are not properly matched-e.g., b tags

RE: [PHP] preg_match question: locating unmatched HTML tags

2003-02-22 Thread Andy Crain
first match, at b. Andy -Original Message- From: Ernest E Vogelsinger [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22, 2003 5:48 AM To: Andy Crain Cc: [EMAIL PROTECTED] Subject: Re: [PHP] preg_match question: locating unmatched HTML tags At 03:35 22.02.2003, Andy Crain said

RE: [PHP] preg_match question: locating unmatched HTML tags

2003-02-22 Thread John W. Holmes
://www.phparch.com/ -Original Message- From: Andy Crain [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22, 2003 4:54 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] preg_match question: locating unmatched HTML tags John, Thanks. I'm considering that, but the application I'm working

RE: [PHP] preg_match question: locating unmatched HTML tags

2003-02-22 Thread Andy Crain
. http://www.phparch.com/ -Original Message- From: Andy Crain [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22, 2003 4:54 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] preg_match question: locating unmatched HTML tags John, Thanks. I'm considering that, but the application

Re: [PHP] preg_match question: locating unmatched HTML tags

2003-02-22 Thread Tom Rogers
Hi, Saturday, February 22, 2003, 12:35:15 PM, you wrote: AC My apologies in advance if this too basic or there's a solution easily AC found out there, but after lots of searching, I'm still lost. AC I'm trying to build a regexp that would parse user-supplied text and AC identify cases where

Re: [PHP] preg_match question: locating unmatched HTML tags

2003-02-22 Thread Tom Rogers
Hi, Saturday, February 22, 2003, 12:35:15 PM, you wrote: AC My apologies in advance if this too basic or there's a solution easily AC found out there, but after lots of searching, I'm still lost. AC I'm trying to build a regexp that would parse user-supplied text and AC identify cases where

RE: [PHP] preg_match question: locating unmatched HTML tags

2003-02-21 Thread John W. Holmes
I'm trying to build a regexp that would parse user-supplied text and identify cases where HTML tags are left open or are not properly matched-e.g., b tags without closing /b tags. This is for a sort of message board type of application, and I'd like to allow users to use some HTML, but just