Re: html regular expressions

2002-10-12 Thread Ovid
--- "Matthew C. Peterson" <[EMAIL PROTECTED]> wrote: > while reading the o'eilly book 'learning perl' i came across a section > dealing with reg. expressions for html. they recommended grabbing a robust > module from cpan to help with these, but i can't quite seem to find one > specifically for th

Re: html regular expressions

2002-10-11 Thread Jenda Krynicky
From: "Matthew C. Peterson" <[EMAIL PROTECTED]> > while reading the o'eilly book 'learning perl' i came across a section > dealing with reg. expressions for html. they recommended grabbing a > robust module from cpan to help with these, but i can't quite seem to > find one specif

RE: html regular expressions

2002-10-11 Thread nkuipers
May we assume that you want to apply regexes to HTML to check formedness? Or are you wanting to detect dangerous HTML in a document? It helps to state what your goal is. :) A good module to check out for general HTML mangling might be CPAN's HTML::Parser which will "recognize markup and sepa