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.