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