Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
All,
does anyone know the syntax to replace ™ by ™ ? It’s “ALT + 0153”. Any idea???
Thanks.
Regards,
Dennis
searchString: (TM) replaceString: ™ useRegex: true
Be aware that this may not survive depending upon what you do with the resulting string and the charset used.