Interface EqualsWildCardExpressionInternal

'$eqw' operator expression. Tests for an attribute to match a wildcard expression. Allowed wild cards are '*' (any char) and '?' (single char).

{a: {$eqw: "H*lo"} }

Hierarchy

  • EqualsWildCardExpression

Properties

Properties

$eqw: string

The value containing the wild card.

Generated using TypeDoc