@SanfordWhiteman Is there a way to say search for two words that are not directly after each other but in the same string? I tried doing the above but that didn't work.
If I had values like this:
Running;Long Jump;Triple Jump;
Running;Shotput;Triple Jump
Shotput;Long Jump
And I wanted to show a checkbox for if there selection contained Running and Jump, is that possible? I've tried using regex like this .*Running.*\.*Jump.*$ but Marketo doesn't like it.
... View more