numpy.chararray.rindex #

方法

字符数组。rindex ( sub , start = 0 , end = None ) [来源] #

与 类似rfind,但当未找到子字符串sub时会引发ValueError 。

也可以看看

char.rindex