You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/strings_ii/lowercase.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This does not change the original `String` in place. It just makes a new `String
18
18
19
19
What about other languages? Many of them also have a distinction between uppercase and lowercase, and usually, `.toLowerCase()` does the right thing for them too:
20
20
21
-
```java,no_run
21
+
```java
22
22
~void main() {
23
23
// Cyrillic
24
24
IO.println("ПРИВЕТ".toLowerCase()); // prints "привет"
0 commit comments