swat.cas.table.CASColumn.str.startswith

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

Indicates whether the table column start with the given pattern

Parameters:
patstring or CASColumn

The pattern to search for.

caseboolean, optional

If True, the 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:
CASColumn