NoLifeDev / OldNoLifeStoryTwo

The second old bloated history of NoLifeStory
17 stars 16 forks source link

Poorly formatted array in Keys.h #19

Closed AngraMainyu closed 12 years ago

AngraMainyu commented 12 years ago
<?php
$input = "";

function formatArray($input) {
    return preg_replace("#((([[:alnum:]]|\h)+,?){8})(\r|\n)*#", "$1\n", $input);
}

echo formatArray($input);
?>
retep998 commented 12 years ago

Fixed, but without your php code.

retep998 commented 12 years ago

Key eliminated entirely.