Hi
I’m trying to identify string that contains a specific word(s)
Mini rep, mini-rep minirep - However the string can also contain combinations of “Rep” and “mini rep” and these I would like to skip.
So only strings that only contain “Mini rep” is supposed to be handled.
How can I achieve this?