numpy.core.defchararray.startswith()

numpy.core.defchararray.startswith

numpy.core.defchararray.startswith(a, prefix, start=0, end=None) [source]

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

Calls str.startswith element-wise.

Parameters:

a : array_like of str or unicode

prefix : str

start, e