numpy / 1.18.5 / reference / generated / numpy.chararray.rindex.html /

numpy.chararray.rindex

method

chararray.rindex(self, sub, start=0, end=None) [source]

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

See also

char.rindex

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