<?php $str = "ZpglnRxqenU"; $output = []; for ($i = 0;$i<strlen($str);$i++) { $output[] = str_repeat($str[$i], $i+1); } $output = ucwords(strtolower(implode('-',$output)),"-"); echo $output;
You have javascript disabled. You will not be able to edit any code.