regex para selecionar tudo em uma tag html

# selects everything inside including the `pre` tag
<pre>(.*?)</pre>
Fahim Foysal