We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bab3a commit cacc3b4Copy full SHA for cacc3b4
src/strings_ii/UPPERCASE.md
@@ -21,6 +21,7 @@ no matter what language the system is set to.
21
void main() {
22
String message = "Happy Valentines Day";
23
24
+ // Same as above, no matter what.
25
String upperCased = message.toUpperCase(Locale.US);
26
IO.println(upperCased);
27
}
0 commit comments