Dreamweaver regular expressions remove everything between tags

Can anyone supply the code for this? It must be fairly simple. The content of each <TITLE> tag is different on every page - I want to replace whatever is there with the same title, for example:

FIND
<TITLE>whatever is in here changes</TITLE>

REPLACE WITH
<TITLE>My new Title</TITLE>

Thanks
Charles