Find in string list
Searches for a string in a string list.
Inputs
- 
list
- The list of string values in which to find the search string.
 
 - 
search string
- The string value to find in the string list.
 
 - 
index offset
- The value which defines how much to offset output indices.
 
 
Outputs
- 
found
- The boolean value signaling whether a string was found or not.
 
 - 
first hit index
- The index of the first found string value in the list.
 
 - 
all hit indices
- The list indices of all found strings within the list.
 
 
Note(s)
- Other names for this node include: FindInStringList, Search, and Compare.
 
Example(s)
- Find particular primitives within a random batch of primitives (w/ attributes)