numpy.core.defchararray.chararray.index — NumPy v1.11 Manual (original) (raw)
chararray.index(sub, start=0, end=None)[source]¶
Like find, but raises ValueError when the substring is not found.
See also
char.index
chararray.index(sub, start=0, end=None)[source]¶
Like find, but raises ValueError when the substring is not found.
See also
char.index