numpy / 1.13.0 / generated / numpy.core.defchararray.chararray.rfind.html /

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 substring sub is found, such that sub is contained within [start, end].

See also

char.rfind