How to parse special characters:
Overview:
You're trying to create a Validation Function and are trying to use special characters as an identification value, but it's not showing an output.
Problem:
Input:
Output:
Solution:
-
regexp(attributes.website.value, '*@*')
-
contains(attributes.website.value, '*@*')
The Validation Message should output data found.
References:
https://reltio.zendesk.com/agent/tickets/68486
Comments
Please sign in to leave a comment.