String toLowerCase(Locale locale) method in Java

The toLowerCase(Locale locale) method in Java converts all of the characters in this String to lower case using the rules of the given Locale.

Syntax

Let us see the syntax,

Parameters

Let us see the parameters,

  • locale – case transformation rules for this locale

Example

The following is an example of toLowerCase(Locale locale),

Output

The following is the output,

Java string tolowercase method locale

String toLowerCase() method in Java
String toString() method in Java
Studyopedia Editorial Staff
Studyopedia Editorial Staff
[email protected]

We work to create programming tutorials for all.

No Comments

Post A Comment

Discover more from Studyopedia

Subscribe now to keep reading and get access to the full archive.

Continue reading