<?php $string = "lá"; echo $string[0] , "\n" , $string[1] , "\n" , $string[2]; echo "\n\n"; $string[1] = "B"; echo $string;
You have javascript disabled. You will not be able to edit any code.