numpy / 1.23 / reference / generated / numpy.char.str_len.html

numpy.char.str_len

char.str_len(a)[source]

Return len(a) element-wise.

Parameters
aarray_like of str or unicode
Returns
outndarray

Output array of integers

See also

builtins.len

© 2005–2022 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.23/reference/generated/numpy.char.str_len.html