numpy.char.chararray.rindex#
method
- char.chararray.rindex(sub, start=0, end=None)[source]#
Like
rfind
, but raisesValueError
when the substring sub is not found.See also
Site Navigation
Section Navigation
ufunc
)numpy.ctypeslib
)numpy.fft
)numpy.linalg
)numpy.matlib
)numpy.random
)numpy.testing
)numpy.testing.overrides
)numpy.typing
)numpy.distutils
)numpy.distutils
and migration advicemethod
Like rfind
, but raises ValueError
when the substring sub is
not found.
See also