VOOZH about

URL: https://www.geeksforgeeks.org/scala/scala-string-tolowercase-method-with-example/

⇱ Scala String toLowerCase() method with example - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Scala String toLowerCase() method with example

Last Updated : 29 Oct, 2019
The toLowerCase() method is utilized to convert all the characters in the String into the lowercase.
Method Definition: String toLowerCase() Return Type: It returns the resultant string after converting each character of the string into the lowercase.
Example: 1#
Output:
nidhi
Example: 2#
Output:
geeks
Comment
Article Tags:

Explore