Regex pour tout sélectionner dans une balise HTML
# selects everything inside including the `pre` tag
<pre>(.*?)</pre>
Fahim Foysal
# selects everything inside including the `pre` tag
<pre>(.*?)</pre>