Hi Community - I am trying to find a tool which will find match cases when our product matches certain criteria. Below are a couple of examples, the length of the product code is specific and I need to be able to filter in/out when there is a match. For example, the first product code could end with any character (numeric or text) and there is just 1 variable to consider, however in the 3rd example I need the middle components to be present in a specific location on the product code (so the 2 must be the 9th character of the code, and then US must be characters 11 and 12.)
| ECD50G-1* |
| ECD60G-0-********* |
| VN3*****2*US**** |
Thanks for the help!