numpy.core.defchararray.rindex()

numpy.core.defchararray.rindex

numpy.core.defchararray.rindex(a, sub, start=0, end=None) [source]

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

Calls str.rindex element-wise.

Parameters:

a : array-like of str or unicode

sub : str or unicode

start, end : int, optional

Returns:

out : ndarray

Output array of ints.

See also

rfind, str.rindex

© 2008–2016 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.11.0/reference/generated/numpy.core.defchararray.rindex.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部