swat.cas.table.CASColumn.str.startswith

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

Does the table column start with the given pattern?

Parameters:
pat : string or CASColumn

The pattern to search for.

case : boolean, optional

Should the matching be case-sensitive?

flags : int, optional

Regular expression flags.

na : string, optional

Not implemented.

regex : boolean, optional

Is the pattern a regular expression?

Returns:
CASColumn