Regex untuk memilih semuanya dalam tag HTML

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