Skip to content

Commit fe19909

Browse files
authored
Update routines.strings.rst
1 parent 70bff21 commit fe19909

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/source/reference/routines.strings.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,22 @@ String operations
3131
:toctree: generated/
3232

3333
add
34+
ljust
35+
lower
3436
lstrip
37+
mod
38+
multiply
39+
partition
3540
replace
41+
rjust
42+
rpartition
3643
rstrip
3744
strip
45+
swapcase
46+
title
47+
translate
48+
upper
49+
zfill
3850

3951
Comparison
4052
----------
@@ -61,11 +73,17 @@ String information
6173
count
6274
endswith
6375
find
76+
index
77+
isalnum
6478
isalpha
6579
isdecimal
6680
isdigit
81+
islower
6782
isnumeric
6883
isspace
84+
istitle
85+
isupper
6986
rfind
87+
rindex
7088
startswith
7189
str_len

0 commit comments

Comments
 (0)