I'm trying to use a negative lookahead in a regex expression in the sensitive data policy and I'm getting an invalid Regex error.
Can anyone confirm if they are indeed forbidden? It is quite hard to find documentation on what Regex engine Qualtrics uses.
Thanks!
Page 1 / 1
Maybe a bit more details on what's happening would help. It seems that negative lookaheads are accepted in the survey platform but not in the SDP.
This very simple regex is working as intended in the survey platform but not in the SDP :
\\ba(?!hello)\\b
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.