<?php function uclast($s) { $s = strtolower($s); $s[-1] = strtoupper($s[-1]); return $s; } echo uclast('3V4L.ORG rocks');
You have javascript disabled. You will not be able to edit any code.