swat.cas.table.CASColumn.str.endswith

CASColumn.str.endswith(pat, case=True, flags=0, na=nan, regex=True)

Does the table column end with the given pattern?

Parameters:
pat : string or CASColumn

The string to search for.

case : boolean, optional

Should the pattern matching be case-sensitive?

flags : int, optional

Regular expression flags.

na : string, optional

Not implemented.

regex : boolean, optional

Should the pattern be considered a regular expression?

Returns:
CASColumn