What is the difference between \<p>[^x]*<li\  and  \<p>[^a]*<li\  ?  I 
was cleaning up a webpage, trying to find paragraph tags followed by 
list-item tags (some of which had a space inside the tag), with anything 
in between, and tried the first (forgetting off hand the RegExp char for 
"any character").  There was a string " <p> \n <ul ><li " which the 
second RegExp picked up, but the first one instead selected a range 
about 3000 chars long.

Thanks,
Jim Witte


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

Reply via email to