ibis.expr.api.StringValue.find¶
-
StringValue.
find
(substr, start=None, end=None)¶ Returns position (0 indexed) of first occurence of substring, optionally after a particular position (0 indexed)
Parameters: substr : string
start : int, default None
end : int, default None
Not currently implemented
Returns: position : int, 0 indexed