<?php
$borgs = file_get_contents( "https://api.exchangeratesapi.io/latest?symbols=USD,BRL" );
preg_match( '/<body><pre>(.*?)<\/pre><\/body>/is', $borgs, $borg );
$str = $borgs;
$result = mb_eregi_replace("^.(.*)(.*)(.*)(.*)(.*)[^.]{3}$", '\\1', $str);
echo $result;
?>
const arrxFilter = [];
const xFileld = props.services.map(s=>
arrxFilter.push({id: s.id, xfields: s.xfields})
)