grep
grep(pattern, x, ignore_case=False, fixed=False, value=False, invert=False)Return indices (0-based) of elements in x matching pattern. If value=True, return the matching values instead.
Return indices (0-based) of elements in x matching pattern. If value=True, return the matching values instead.