Can I use Contains () with wildcard?
I have a list as an output from a JSL script. The list is of the form {"John.01.02", "John.01.02 2"," John.01.02 3", "John.01.02 4", "John.01.02 5 Distribution", "John.01.02 6 Distribution", "John.01.02 7 Distribution", "John.01.02 8 - Graph Builder", "John.01.02 9 - Graph Builder", "John.01.02 10 - Graph Builder"}
I want to do an operation if the word "Distribution" appears in above list and anot...