Regex and Sensitive Data Policies | XM Community
Skip to main content

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!

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

a.pngb.png


Leave a Reply