On this page
numpy.char.rindex
numpy.char.rindex(a, sub, start=0, end=None)-
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
© 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.18/reference/generated/numpy.char.rindex.html