Help for this page
$string = sprintf("%4s-%4s", $string);
$string = join('-', (split($string))[0..4], (split($string))[0..4]);