Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Cull string list

Culls a string list using a mask.


Inputs

  • list

    • The list of strings to cull.
  • mask

    • The list of boolean values that defines which strings to cull.

Outputs

  • list

    • The list of strings after defined values have been culled.
  • reject list

    • The list of strings that have been culled.

Note(s)

  • Other names for this node include: CullStringList.

Example(s)