<?php $str = "A123456789123B"; $res = preg_split('/(?:^.|...)\K/', $str); print_r($res);
You have javascript disabled. You will not be able to edit any code.