numpy.chararray.startswith

方法

chararray.startswith(prefix, start=0, end=None)[源代码]

返回一个布尔数组,该数组是 True 其中的字符串元素 self 从开始 prefix ,否则 False .