<?php $str = 9010201; var_export( preg_replace( '~.\K(?=(?:.{2})+$)~', " ", $str ) );
You have javascript disabled. You will not be able to edit any code.