chararray.startswith()

numpy.core.defchararray.chararray.startswith

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

Returns a boolean array which is True where the string element in self starts with prefix, otherwise False.

See also

char.startswith

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部