numpy.char.rindex

numpy.char.rindex(a, sub, start=0, end=None)

Like rfind, but raises ValueError when the substring sub is not found.

Calls str.rindex element-wise.

Parameters
aarray-like of str or unicode
substr or unicode
start, endint, optional
Returns
outndarray

Output array of ints.

See also

rfind, str.rindex

© 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.19/reference/generated/numpy.char.rindex.html