<?php $strings = [ '8x10 frame', '8*10 frame', '8 * 10 frame', '8 x 10 frame', '8x10 photo frame' ]; var_export(preg_replace('~\d\K ?[x*] ?(?=\d)~i', ' x ', $strings));
You have javascript disabled. You will not be able to edit any code.