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/check_if_blank.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@
2
2
3
3
You can check if a `String` is blank by using the `.isBlank` method.
4
4
5
-
The difference is that an empty `String` has actually zero characters. A blank `String`
6
-
is can have characters, so long as those characters are what we would consider whitespace.
5
+
The difference is that an empty `String` has actually zero characters. A blank `String` can have characters, so long as those characters are what we would consider whitespace.
0 commit comments