Variable process control allow only to get one "match index" at a time, so if I want to get all the matching index that match with my regular expression I will have to create a control for each one for index 1, index 2, index 3, index 4 , etc.
I was just wondering is there a special keyword such as "all" or "0-100". A way to get all matching regex in shot, instead of creating a control for each match regex