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 70bff21 commit fe19909Copy full SHA for fe19909
doc/source/reference/routines.strings.rst
@@ -31,10 +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
----------
@@ -61,11 +73,17 @@ String information
61
73
count
62
74
endswith
63
75
find
76
+ index
77
+ isalnum
64
78
isalpha
65
79
isdecimal
66
80
isdigit
81
+ islower
67
82
isnumeric
68
83
isspace
84
+ istitle
85
+ isupper
69
86
rfind
87
+ rindex
70
88
startswith
71
89
str_len
0 commit comments