. * * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ preg_match('/<>/', $device['sysDescr'], $matches); $hardware = $matches[3] . ' (Rev: ' . $matches[1] . ')'; $version = $matches[2];