<?php echo preg_replace_callback( '~(?:\G ?)\p{Lu}+(?= |$)~u', function($m) { return mb_convert_case($m[0], MB_CASE_TITLE); }, 'NEW APPLE IPHONE X 64GB CVX-Dk46' );
You have javascript disabled. You will not be able to edit any code.