On this page
numpy.char.rindex
char.rindex(a, sub, start=0, end=None)[source]-
Like
rfind, but raisesValueErrorwhen the substringsubis not found.Calls
str.rindexelement-wise.- Parameters
-
aarray-like of str or unicodesubstr or unicodestart, endint, optional
- Returns
-
outndarray-
Output array of ints.
See also
rfind,str.rindex
© 2005–2021 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.20/reference/generated/numpy.char.rindex.html