Internal
'$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"} } Copy
{a: {$eqw: "H*lo"} }
Readonly
The value containing the wild card.
Generated using TypeDoc
'$eqw' operator expression. Tests for an attribute to match a wildcard expression. Allowed wild cards are '*' (any char) and '?' (single char).