Scala String toUpperCase() method with example
The toUpperCase() method is utilized to convert all the characters of the stated string to uppercase. Method Definition: String toUpperCase() Return Type: It returns the resultant string after converting its all the character to uppercase. Example: 1# // Scala program of toUpperCase() // method // C