DB_Column.starts_with
starts_withothercase_sensitivity
Group: Text
Documentation
Checks for each element of the column if it starts with other.
If other is a column, the operation is performed pairwise between corresponding elements of self and other. If the argument is a missing value (a Nothing or a column with missing values), the behaviour on these missing values is vendor specific.
Arguments
other: A column or text to check for each item inself.case_sensitivity: Specifies if the text values should be compared case sensitively.