Helpful Dreamweaver regular expressions for BlogEngine.NET

While looking for posts, in the App_Data/posts directory, I needed a find and replace for the title of the posts.  It's a simple query, and here it is:

<title>[\s\S]*</title>

Note: This post is probably more for me than anyone else ;)