Mike,

This will find the the (second and fourth) instances below, but not the (first 
and third)

SEARCH          :       <\?lassoscript[^\?]+(Mon, 26 Jul 1997 05:00:00 
GMT)[^\?]+\?>

Bill Hernandez
Plano, Texas


<?lassoscript
  var: 'header' = @$__http_header__;
  $header += 'Expires: Mon, 25 Jul 1997 05:00:00 GMT\r\n';
  $header += 'Last-Modified: ' + (date_localtogmt: (date))->(format:
'%a, %d %b %Y %H:%M:%S GMT') + '\r\n';
  $header += 'Cache-Control: no-store, no-cache, must-revalidate\r\n';
  $header += 'Cache-Control: post-check=0, pre-check=0\r\n';
  $header += 'Pragma: no-cache\r\n';
?>


<?lassoscript
  var: 'header' = @$__http_header__;
  $header += 'Expires: Mon, 26 Jul 1997 05:00:00 GMT\r\n';
  $header += 'Last-Modified: ' + (date_localtogmt: (date))->(format:
'%a, %d %b %Y %H:%M:%S GMT') + '\r\n';
  $header += 'Cache-Control: no-store, no-cache, must-revalidate\r\n';
  $header += 'Cache-Control: post-check=0, pre-check=0\r\n';
  $header += 'Pragma: no-cache\r\n';
?>


<?lassoscript
  var: 'header' = @$__http_header__;
  $header += 'Expires: Mon, 27 Jul 1997 05:00:00 GMT\r\n';
  $header += 'Last-Modified: ' + (date_localtogmt: (date))->(format:
'%a, %d %b %Y %H:%M:%S GMT') + '\r\n';
  $header += 'Cache-Control: no-store, no-cache, must-revalidate\r\n';
  $header += 'Cache-Control: post-check=0, pre-check=0\r\n';
  $header += 'Pragma: no-cache\r\n';
?>


<?lassoscript
  var: 'header' = @$__http_header__;
  $header += 'Expires: Mon, 26 Jul 1997 05:00:00 GMT\r\n';
  $header += 'Last-Modified: ' + (date_localtogmt: (date))->(format:
'%a, %d %b %Y %H:%M:%S GMT') + '\r\n';
  $header += 'Cache-Control: no-store, no-cache, must-revalidate\r\n';
  $header += 'Cache-Control: post-check=0, pre-check=0\r\n';
  $header += 'Pragma: no-cache\r\n';
?>


-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.

Reply via email to