swat.cas.table.CASColumn.str.find¶
-
CASColumn.str.
find
(self, sub, start=0, end=None)¶ Return lowest index of pattern in each value, or -1 on failure
- Parameters
- substring or CASColumn
The pattern to locate.
- startint, optional
The position in the source string to start looking.
- endint, optional
The position in the source string to stop looking.
- Returns
See also