numpy.chararray.index

chararray.index(sub, start=0, end=None)

Like find, but raises ValueError when the substring is not found.

See also

char.index

Previous topic

numpy.chararray.getfield

Next topic

numpy.chararray.isalnum

This Page