Replace looping with slicing and utf8 func tools operations.
* Use unicode.ToUpper func to convert first letter in string to upper case letter. * Preallocate memory with correct length and cap because the final string is not changing.