Hi Dale Dela Cruz,
How about for replacing:
replaceAll($PersonList/FirstName, ‘[\\p{Cf}]’, ‘test’)
Maybe it is better to use isMAtch
isMatch($PersonList/FirstName, ‘[\\p{Cf}]’)
Go Make It
Stackoverflow might have the answer. Did you see this post: https://stackoverflow.com/questions/24205193/javascript-remove-zero-width-space-unicode-8203-from-string
Regards,
Ronald