A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.char.find.html below:

numpy.char.find — NumPy v1.17 Manual

For each element, return the lowest index in the string where substring sub is found.

Calls str.find element-wise.

For each element, return the lowest index in the string where substring sub is found, such that sub is contained in the range [start, end].

Parameters:
a : array_like of str or unicode
sub : str or unicode
start, end : int, optional

Optional arguments start and end are interpreted as in slice notation.

Returns:
out : ndarray or int

Output array of ints. Returns -1 if sub is not found.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4