numpy.char.chararray.find#

方法

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

对于每个元素,返回字符串中找到子字符串 sub 的最低索引。

另请参阅

char.find