IN

Returns true if the given value is found within the given List.

Syntax
IN(value, list)

Example

IN('ABC', LIST('q[0-9]+'))
 
IN('ABC', PRIOR('repeatfield'))

Related

NOTIN