<?php $strings = ['ES-3810/24MX', 'ES-3810/24MX35 123 TEST 34/TEST']; foreach ($strings as $string) { var_export( preg_split('/[^a-z\d]+|\d\K(?=\D)|\D\K(?=\d)/i', $string, 0, PREG_SPLIT_NO_EMPTY) ); echo "\n"; }
You have javascript disabled. You will not be able to edit any code.