numpy.char.chararray.rindex#

方法

char.chararray.rindex(sub, start=0, end=None)[source]#

类似于 rfind,但在子字符串 sub 未找到时引发 ValueError

另请参阅

char.rindex