Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Strcasecmp

Index

Properties

Properties

$strcasecmp: [StringExpression<string>, StringExpression<string>]

Performs case-insensitive string comparison and returns: 0 if two strings are equivalent, 1 if the first string is greater than the second, and -1 if the first string is less than the second.

see

https://docs.mongodb.com/manual/reference/operator/aggregation/strcasecmp/#mongodb-expression-exp.-strcasecmp

Generated using TypeDoc