numpy.char.chararray.find#

method

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

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

参见

char.find