3v4l.org

run code in 300+ PHP versions simultaneously
<?php $source = file_get_contents("http://www.pasosfronterizos.gov.cl/cf_pehuenche.html"); if ( preg_match('|<td class="txt_noticia"><strong>Observaciones</strong></td><td valign="top">(.*?)</td>|is',$source,$cap) ) { echo $cap[1]; }

preferences:
50.47 ms | 402 KiB | 5 Q