On 8-Feb-2008, at 00:21, Johan Solve wrote:
<html>(?s).*?</html> should do it.

(?) tells . to match linebreaks as well.


(?s) tells it to match line breaks as well.

.*? tells it to match the SMALLEST possible match instead of the default which is the LARGEST possible match.

--
"Hi Dad!  It's 3am, do you know where I am?"



--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to