Re: field that does not contain text between symbols - solved

2004-10-05 Thread Michael Stassen
Bob Ramsey wrote: Thanks for the replies. This appears to be the right answer: where page_body regexp '.*img .*.*' and page_body not regexp '.*img .* alt= .*.*'; I don't think so. Here's why: First, REGEXPs can match partial strings, so the .* is unnecessary at the beginning and end. Second,

Re: field that does not contain text between symbols - solved

2004-10-04 Thread Bob Ramsey
Thanks for the replies. This appears to be the right answer: where page_body regexp '.*img .*.*' and page_body not regexp '.*img .* alt= .*.*'; bob == Bob Ramsey SYSTEMS ADMINISTRATION AND SYSTEMS PROGRAMMING III MA,