Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesCurrently zero-width spaces are not removed by the data cleanse tool. This means you can have two visually similar words like Dog and Dog but one is actually longer than the other due to zero width characters. The removal of these zero-width spaces can be added with the formula.
REGEX_Replace([_CurrentField_], "\x{200B}", "")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.