char.
startswith
Returns a boolean array which is True where the string element in a starts with prefix, otherwise False.
Calls str.startswith element-wise.
str.startswith
With optional start, test beginning at that position. With optional end, stop comparing at that position.
Array of booleans
See also