$name = #ashok#; $firstLetterCapitalized = ucfirst(strtolower(trim(str_replace(“#”, “”, $name))));
return $firstLetterCapitalized;