numpy.char.chararray.find#

方法

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

對於每個元素,傳回字串中找到子字串 sub 的最低索引。

另請參閱

char.find