Solved
Using a RegEx to trigger an action
Hello all!
I am trying to create an action which would be triggered by the presence of any of a large quantity of terms in an open ended response.
Would the correct condition be the following:
Question > Question Name > Question Text > Matches RegEx > /(term1)|(term2)|(term3)|.../(termn)/gi/
Does the RegEx need to be preceded by anything other than "/"? do the end flags (g/i) need to be followed by "/"?
Cheers!
Joachim
Best answer by mattyb513
Yeah, I'd imagine that it's using the same engine for all its regex evaluation. Are you seeing differently?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
