In reply to markiv:
I think this does what you want:
match_q = bad_idea_q.find_index with ( addr1 inside {item.sub_q1} && addr2 inside {item.sub_q2});
In reply to markiv:
I think this does what you want:
match_q = bad_idea_q.find_index with ( addr1 inside {item.sub_q1} && addr2 inside {item.sub_q2});