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