numpy.core.defchararray.rindex
numpy.core.defchararray.chararray
numpy.core.defchararray.
startswith
返回True的布尔数组,其中a中的字符串元素以前缀开头,否则为False。
以元素方式调用str.startswith。
a:array_like of str或unicode
前缀:str
start,end:int,可选
使用可选的开始,从该位置开始测试。使用可选的结束,停止在该位置的比较。
out:ndarray
数组的布尔
也可以看看
str.startswith