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 wher

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 wher

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

2003-02-22 Thread Andy Crain
d to check the output of that to make sure there aren't any extraneous tags. Andy > -Original Message- > From: John W. Holmes [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 22, 2003 5:04 PM > To: 'Andy Crain'; [EMAIL PROTECTED] > Subject: RE: [PHP] preg_matc

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

2003-02-22 Thread John W. Holmes
copy today. 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 consi

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

2003-02-22 Thread Andy Crain
n checking its first match, at . 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 >

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

2003-02-22 Thread Andy Crain
TED] > Sent: Saturday, 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

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 >identi

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., tags without closing 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