Skip to main content
Version: 8.10 (unreleased)

Type Alias: LikeFilter

type LikeFilter = string;

Checks if the property matches the provided like value.

Supported wildcard characters are:

  • *: matches zero, one, or multiple characters.
  • ?: matches one, single character.

Wildcard characters can be escaped with backslash, for instance: \*.