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.
2 parents ca58cde + fe19909 commit 323d168Copy full SHA for 323d168
doc/source/reference/routines.strings.rst
@@ -31,9 +31,22 @@ String operations
31
:toctree: generated/
32
33
add
34
+ ljust
35
+ lower
36
lstrip
37
+ mod
38
+ multiply
39
+ partition
40
+ replace
41
+ rjust
42
+ rpartition
43
rstrip
44
strip
45
+ swapcase
46
+ title
47
+ translate
48
+ upper
49
+ zfill
50
51
Comparison
52
----------
@@ -60,11 +73,17 @@ String information
60
73
count
61
74
endswith
62
75
find
76
+ index
77
+ isalnum
63
78
isalpha
64
79
isdecimal
65
80
isdigit
81
+ islower
66
82
isnumeric
67
83
isspace
84
+ istitle
85
+ isupper
68
86
rfind
87
+ rindex
69
88
startswith
70
89
str_len
0 commit comments