3v4l.org

run code in 300+ PHP versions simultaneously
<?php $source = file_get_contents("ht tp://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:
44.75 ms | 402 KiB | 5 Q