ilike#

swordfish.function.ilike()#

Return a Boolean value scalar or vector indicating whether each element in X fits a specific pattern. The comparison is case insensitive.

The wildcard charater % indicates 0 or more characters.

Parameters:
  • X (Constant) – A scalar/vector/matrix.

  • pattern (Constant) – A string and is usually used with wildcard character %.