For the complete documentation index, see llms.txt. This page is also available as Markdown.

StringCollectionFilter

No description

input StringCollectionFilter {
  all: StringFilter
  any: StringFilter
  none: StringFilter
}

Fields

Every list item matches the given expression.

Any of the list items matches the given expression.

None of the list items matches the given expression.

Last updated

Was this helpful?