<?php $text = 'VERY LONG STRING'; $accepted = str_split($text, 3); print_r($accepted); ?>
You have javascript disabled. You will not be able to edit any code.