Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 3.87 KB

File metadata and controls

30 lines (20 loc) · 3.87 KB

in()

in() checks if the component value is in the values of the other arguments.

One advanced in() capability is for lookups in the results of other named-path group runs.

String terms are treated as possibly | delimited strings of values

Data signatures
in( Value to find: $${\color{green}None}$$ ǁ $${\color{green}Any}$$, Place to look: $${\color{green}None}$$ ǁ $${\color{green}Any}$$, ... )
Call signatures
in( Value to find: Term ǁ Variable ǁ Header ǁ Function ǁ Reference, Place to look: Term ǁ Variable ǁ Header ǁ Function ǁ Reference, ... )
Purpose Value
Main focus in() determines if lines match
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]