numpy.chararray.startswith

chararray.startswith(prefix, start=0, end=None)[source]

返回True的布尔数组,其中self中的字符串元素以前缀开头,否则为False

也可以看看

char.startswith