<?php $str = "B234CR45SV42"; preg_match_all("/[A-Z]+|\d+/", $str, $matches); print_r($matches[0]);
You have javascript disabled. You will not be able to edit any code.