>>>>> "Jonathan" == Jonathan E Paton <[EMAIL PROTECTED]> writes:

    Jonathan> /<h1>([^<]*?)<\/h1>/

Please don't ever try and parse HTML with regexps - I've had to work
with way too much code that did.  There are many situations where your
regex would break, and the TokeParser code wasn't much longer. It's
effectively impossible to parse HTML accurately with regexps.

- Chris.  
-- 
$a="printf.net"; Chris Ball | chris@void.$a | www.$a | finger: chris@$a
         "In the beginning there was nothing, which exploded."


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to