<?php echo preg_replace_callback( '/^.|.\K./', fn() => rand(0,9), '1234567' ); echo "\n---\n"; echo preg_replace_callback( '/.\K./', fn() => rand(0,9), '1234567' );
You have javascript disabled. You will not be able to edit any code.