swat.cas.table.CASColumn.str.contains
- CASColumn.str.contains(pat, case=True, flags=0, na=nan, regex=True)
Indicates whether the value contains the specified pattern
- Parameters:
- patstring or CASColumn
The pattern to search for.
- caseboolean, optional
If True, the pattern matching is case-sensitive.
- flagsint, optional
Regular expression matching flags.
- nastring, optional
Not implemented.
- regexboolean, optional
If True, the pattern is treated as a regular expression
- Returns:
See also