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