<?php $string = 'convert my text'; print_r(preg_replace('@(^.)@', '\U$1', $string));
You have javascript disabled. You will not be able to edit any code.