I have a list of files and I need PAD to look at this list and give me the list item that matches a wildcard ("SGC").
Is there a way to do this?
I tried "Remove item from list" with the Value of anything that doesn't end in "SGC" but it didn't like the syntax.
From experimenting, I've been able to parse a list with a regex wildcard but instead of giving me the list item where it found the "SGC" match, it simply stored the matched text.
Suggestions appreciated 🙂