Skip to content

Commit 323d168

Browse files
authored
Merge pull request numpy#26391 from lithomas1/patch-3
DOC: Add missing methods to numpy.strings docs
2 parents ca58cde + fe19909 commit 323d168

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

doc/source/reference/routines.strings.rst

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

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

3851
Comparison
3952
----------
@@ -60,11 +73,17 @@ String information
6073
count
6174
endswith
6275
find
76+
index
77+
isalnum
6378
isalpha
6479
isdecimal
6580
isdigit
81+
islower
6682
isnumeric
6783
isspace
84+
istitle
85+
isupper
6886
rfind
87+
rindex
6988
startswith
7089
str_len

0 commit comments

Comments
 (0)