// Oneliner, get first character, replace it with first character in upper case string.replace(string[0], string[0].toUpperCase())