Skip to main content

DB_Column.contains

containsothercase_sensitivity

Group: Logical

Documentation

Checks for each element of the column if it contains 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.