numpy.char.
rfind
(a, sub, start=0, end=None)¶
For each element in a, return the highest index in the string where substring sub is found, such that sub is contained within [start, end].
Calls str.rfind element-wise.
Parameters:Optional arguments start and end are interpreted as in slice notation.
Output array of ints. Return -1 on failure.
See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4