Skip to main content

DB_Column.ends_with

ends_withothercase_sensitivity

Group: Text

Documentation

Checks for each element of the column if it ends 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 ot text to check for each item in self.
  • case_sensitivity: Specifies if the text values should be compared case sensitively.