<?php $list = [ 'Brand_GoPro360', 'brand_My247test', 'bRanD_Apple_worth_84953', 'Brand_Xbox1_isawesome745', 'Microsoft', 'KFC_2345_growth', 'Playstation_iscool3424' ]; var_export(preg_replace('~^(?:brand_)?([^_]+).*~i', '$1', $list));
You have javascript disabled. You will not be able to edit any code.