NumPy

Previous topic

numpy.char.startswith

Next topic

numpy.char.array

numpy.char.str_len

numpy.char.str_len(a)

Return len(a) element-wise.

Parameters
aarray_like of str or unicode
Returns
outndarray

Output array of integers

See also

builtins.len