On this page
numpy.core.defchararray.chararray.rfind
chararray.rfind(sub, start=0, end=None)
[source]-
For each element in
self
, return the highest index in the string where substringsub
is found, such thatsub
is contained within [start
,end
].See also
char.rfind
© 2008–2017 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.core.defchararray.chararray.rfind.html