LaCava Research Wiki

Initiated September 2017

enlist Operator

21st February 2017 at 10:13am

Literal filter operands cannot contain square brackets but you can work around the issue by using a variable:

<$set name="myList" value="first [[second with a space]] third">
<$list filter="[enlist<myList>]">
...

Examples