File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2525,7 +2525,7 @@ False
2525
2525
### The isX String Methods
2526
2526
2527
2527
- ** isalpha()** returns True if the string consists only of letters and is not blank.
2528
- - ** isalnum()** returns True if the string consists only of lettersand numbers and is not blank.
2528
+ - ** isalnum()** returns True if the string consists only of letters and numbers and is not blank.
2529
2529
- ** isdecimal()** returns True if the string consists only ofnumeric characters and is not blank.
2530
2530
- ** isspace()** returns True if the string consists only of spaces,tabs, and new-lines and is not blank.
2531
2531
- ** istitle()** returns True if the string consists only of wordsthat begin with an uppercase letter followed by onlylowercase letters.
You can’t perform that action at this time.
0 commit comments