numpy.char.chararray.index#

方法

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

类似于 find,但当子字符串未找到时会引发 ValueError

另请参阅

char.index