David Nicholls wrote:
Hopefully a simple question.

I have a file of mixed text including formatted HTML (it's actually the contents of a mailbox), and I'd like to search for multi-line blocks of text between <html> and </html>

This string finds what I'm after:

<html>[\s\S]*?</html>

but (due to lack of understanding) I don't know why the following string doesn't work:

<html>[.\r]*?</html>

DN

--
------------------------------------------------------------------
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