<?php $b = '348'; var_dump(preg_match('/\b'.$b.'\b/','348,12, 47',$matches)); print_r($matches);
You have javascript disabled. You will not be able to edit any code.