regex para seleccionar todo en una etiqueta HTML
# selects everything inside including the `pre` tag
<pre>(.*?)</pre>
Fahim Foysal
# selects everything inside including the `pre` tag
<pre>(.*?)</pre>